An open API service indexing awesome lists of open source software.

https://github.com/intellectualsites/paster

Paste service used by P2 and FAWE debugpaste
https://github.com/intellectualsites/paster

Last synced: about 1 year ago
JSON representation

Paste service used by P2 and FAWE debugpaste

Awesome Lists containing this project

README

          

# Paster

Used in the projects [FastAsyncWorldEdit](https://github.com/IntellectualSites/FastAsyncWorldEdit) and [PlotSquared](https://github.com/IntellectualSites/PlotSquared) as "debugpaste".

### Add the paster to your project:
Releases are published to the central repository, snapshots are published to S01 OSS Sonatype.

```kotlin
repositories {
mavenCentral()
}

dependencies {
implementation("com.intellectualsites.paster:Paster:VERSION")
}
```
You need to shade Paster into your software by either using maven shade or gradle shadow.