is not current version
Last Version 1.0.5

pw.mihou:Jaikan 1.0.0

A generic Java wrapper for Jaikan that aims to be as simple and lightweight to use.

GroupId

GroupId

pw.mihou
ArtifactId

ArtifactId

Jaikan
Version

Version

1.0.0
Type

Type

jar

Download Jaikan 1.0.0


<!-- https://jarcasting.com/artifacts/pw.mihou/Jaikan/ -->
<dependency>
    <groupId>pw.mihou</groupId>
    <artifactId>Jaikan</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pw.mihou/Jaikan/
implementation 'pw.mihou:Jaikan:1.0.0'
// https://jarcasting.com/artifacts/pw.mihou/Jaikan/
implementation ("pw.mihou:Jaikan:1.0.0")
'pw.mihou:Jaikan:jar:1.0.0'
<dependency org="pw.mihou" name="Jaikan" rev="1.0.0">
  <artifact name="Jaikan" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.mihou', module='Jaikan', version='1.0.0')
)
libraryDependencies += "pw.mihou" % "Jaikan" % "1.0.0"
[pw.mihou/Jaikan "1.0.0"]