| License |
License |
|---|---|
| GroupId | GroupIdme.soknight |
| ArtifactId | ArtifactIdpapermc-site-api |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionPaperMC Site API
The unofficial SDK for the PaperMC Site API written on Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| papermc-site-api-1.0.0.pom | |
| papermc-site-api-1.0.0.jar | 40 KB |
| papermc-site-api-1.0.0-sources.jar | 23 KB |
| papermc-site-api-1.0.0-javadoc.jar | 581 KB |
| papermc-site-api-1.0.0-full.jar | 2 MB |
| papermc-site-api-1.0.0-full-sources.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.soknight/papermc-site-api/ -->
<dependency>
<groupId>me.soknight</groupId>
<artifactId>papermc-site-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.soknight/papermc-site-api/
implementation 'me.soknight:papermc-site-api:1.0.0'
// https://jarcasting.com/artifacts/me.soknight/papermc-site-api/
implementation ("me.soknight:papermc-site-api:1.0.0")
'me.soknight:papermc-site-api:jar:1.0.0'
<dependency org="me.soknight" name="papermc-site-api" rev="1.0.0">
<artifact name="papermc-site-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.soknight', module='papermc-site-api', version='1.0.0')
)
libraryDependencies += "me.soknight" % "papermc-site-api" % "1.0.0"
[me.soknight/papermc-site-api "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.1 |
| org.jetbrains : annotations | jar | 22.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |