License |
License |
---|---|
GroupId | GroupIdcom.kttdevelopment |
ArtifactId | ArtifactIdmal4j |
Version | Version2.7.4 |
Type | Typejar |
Description |
DescriptionMal4J
Java wrapper for the official MyAnimeList API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mal4j-2.7.4.pom | |
mal4j-2.7.4.jar | 270 KB |
mal4j-2.7.4-sources.jar | 168 KB |
mal4j-2.7.4-javadoc.jar | 829 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kttdevelopment/mal4j/ -->
<dependency>
<groupId>com.kttdevelopment</groupId>
<artifactId>mal4j</artifactId>
<version>2.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.kttdevelopment/mal4j/
implementation 'com.kttdevelopment:mal4j:2.7.4'
// https://jarcasting.com/artifacts/com.kttdevelopment/mal4j/
implementation ("com.kttdevelopment:mal4j:2.7.4")
'com.kttdevelopment:mal4j:jar:2.7.4'
<dependency org="com.kttdevelopment" name="mal4j" rev="2.7.4">
<artifact name="mal4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kttdevelopment', module='mal4j', version='2.7.4')
)
libraryDependencies += "com.kttdevelopment" % "mal4j" % "2.7.4"
[com.kttdevelopment/mal4j "2.7.4"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
dev.katsute : jcore | jar | 2.0.1 |