MVN

com.kttdevelopment : mal4j

Maven & Gradle

Jan 11, 2023
36 stars

Mal4J · Java wrapper for the official MyAnimeList API

<dependency>
    <groupId>com.kttdevelopment</groupId>
    <artifactId>mal4j</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kttdevelopment : mal4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.kttdevelopment : mal4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
mal4j-3.0.0
2.12.x
mal4j-2.12.0
2.11.x
mal4j-2.11.0
2.10.x
mal4j-2.10.0
2.9.x
mal4j-2.9.1
mal4j-2.9.0
2.8.x
mal4j-2.8.2
mal4j-2.8.1
mal4j-2.8.0
2.7.x
mal4j-2.7.4
mal4j-2.7.3
mal4j-2.7.2
mal4j-2.7.1
mal4j-2.7.0
2.6.x
mal4j-2.6.0
2.5.x
mal4j-2.5.1
mal4j-2.5.0
2.4.x
mal4j-2.4.0
2.3.x
mal4j-2.3.0
2.2.x
mal4j-2.2.1
mal4j-2.2.0
2.1.x
mal4j-2.1.0
2.0.x
mal4j-2.0.1
mal4j-2.0.0
1.2.x
mal4j-1.2.0
1.1.x
mal4j-1.1.2
mal4j-1.1.1
mal4j-1.1.0
1.0.x
mal4j-1.0.1
mal4j-1.0.0

How to add a dependency to Maven

Add the following com.kttdevelopment : mal4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kttdevelopment</groupId>
    <artifactId>mal4j</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kttdevelopment : mal4j gradle dependency to your build.gradle file:

implementation 'com.kttdevelopment:mal4j:3.0.0'

Gradle Kotlin DSL: Add the following com.kttdevelopment : mal4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kttdevelopment:mal4j:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kttdevelopment : mal4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kttdevelopment" % "mal4j" % "3.0.0"

Advertisement