J

Jaikan

A generic Java wrapper for Jaikan that aims to be as simple and lightweight to use.
https://github.com/ShindouMihou/Jaikan/
Apache 2.0 License
Shindou Mihou
Files download
File Operation
Jaikan-1.0.5.jar download
Jaikan-1.0.5.pom download
Jaikan-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>pw.mihou</groupId>
  <artifactId>Jaikan</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'pw.mihou:Jaikan:1.0.5'
Gradle Kotlin
implementation("pw.mihou:Jaikan:1.0.5")
Scala SBT
libraryDependencies += "pw.mihou" % "Jaikan" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='pw.mihou', module='Jaikan', version='1.0.5')
)
Apache Ivy
<dependency org="pw.mihou" name="Jaikan" rev="1.0.5" />
Leiningen
[pw.mihou/Jaikan "1.0.5"]
Apache Buildr
'pw.mihou:Jaikan:jar:1.0.5'