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