N

NyaApplet

An applet that can send in anime pics from different sources.
https://github.com/ChikyuKido/NyaApplet
The Apache License, Version 2.0
Chikyu kido
Files download
File Operation
NyaApplet-0.12.jar download
NyaApplet-0.12.pom download
NyaApplet-0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.chikyukido</groupId>
  <artifactId>NyaApplet</artifactId>
  <version>0.12</version>
</dependency>
Gradle Groovy
implementation 'io.github.chikyukido:NyaApplet:0.12'
Gradle Kotlin
implementation("io.github.chikyukido:NyaApplet:0.12")
Scala SBT
libraryDependencies += "io.github.chikyukido" % "NyaApplet" % "0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chikyukido', module='NyaApplet', version='0.12')
)
Apache Ivy
<dependency org="io.github.chikyukido" name="NyaApplet" rev="0.12" />
Leiningen
[io.github.chikyukido/NyaApplet "0.12"]
Apache Buildr
'io.github.chikyukido:NyaApplet:jar:0.12'