MVN

io.github.chikyukido : NyaApplet

Maven & Gradle

May 07, 2023

NyaApplet for AppletManager · An applet that can send in anime pics from different sources.

<dependency>
    <groupId>io.github.chikyukido</groupId>
    <artifactId>NyaApplet</artifactId>
    <version>0.17.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chikyukido : NyaApplet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.31

All Versions

Choose a version of io.github.chikyukido : NyaApplet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
NyaApplet-0.17.31
NyaApplet-0.17.3
NyaApplet-0.17.2
NyaApplet-0.17.1
0.17
NyaApplet-0.17
0.16
NyaApplet-0.16
0.15
NyaApplet-0.15
0.14
NyaApplet-0.14
0.13
NyaApplet-0.13
0.12
NyaApplet-0.12

How to add a dependency to Maven

Add the following io.github.chikyukido : NyaApplet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.chikyukido</groupId>
    <artifactId>NyaApplet</artifactId>
    <version>0.17.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.chikyukido : NyaApplet gradle dependency to your build.gradle file:

implementation 'io.github.chikyukido:NyaApplet:0.17.31'

Gradle Kotlin DSL: Add the following io.github.chikyukido : NyaApplet gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.chikyukido:NyaApplet:0.17.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.chikyukido : NyaApplet sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.chikyukido" % "NyaApplet" % "0.17.31"