License |
License |
---|---|
GroupId | GroupIdio.github.censodev |
ArtifactId | ArtifactIdani-api-sdk |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAniAPI SDK
A Java SDK for AniAPI REST APIs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ani-api-sdk-1.0.0.pom | |
ani-api-sdk-1.0.0.jar | 44 KB |
ani-api-sdk-1.0.0-sources.jar | 10 KB |
ani-api-sdk-1.0.0-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.censodev/ani-api-sdk/ -->
<dependency>
<groupId>io.github.censodev</groupId>
<artifactId>ani-api-sdk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.censodev/ani-api-sdk/
implementation 'io.github.censodev:ani-api-sdk:1.0.0'
// https://jarcasting.com/artifacts/io.github.censodev/ani-api-sdk/
implementation ("io.github.censodev:ani-api-sdk:1.0.0")
'io.github.censodev:ani-api-sdk:jar:1.0.0'
<dependency org="io.github.censodev" name="ani-api-sdk" rev="1.0.0">
<artifact name="ani-api-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.censodev', module='ani-api-sdk', version='1.0.0')
)
libraryDependencies += "io.github.censodev" % "ani-api-sdk" % "1.0.0"
[io.github.censodev/ani-api-sdk "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |