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.15.jar download
NyaApplet-0.15.pom download
NyaApplet-0.15-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.chikyukido</groupId>
  <artifactId>NyaApplet</artifactId>
  <version>0.15</version>
</dependency>
Gradle Groovy
implementation 'io.github.chikyukido:NyaApplet:0.15'
Gradle Kotlin
implementation("io.github.chikyukido:NyaApplet:0.15")
Scala SBT
libraryDependencies += "io.github.chikyukido" % "NyaApplet" % "0.15"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chikyukido', module='NyaApplet', version='0.15')
)
Apache Ivy
<dependency org="io.github.chikyukido" name="NyaApplet" rev="0.15" />
Leiningen
[io.github.chikyukido/NyaApplet "0.15"]
Apache Buildr
'io.github.chikyukido:NyaApplet:jar:0.15'