MVN

com.github.ruanzy : jone

Maven & Gradle

Dec 13, 2017
0 stars

jone

<dependency>
    <groupId>com.github.ruanzy</groupId>
    <artifactId>jone</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ruanzy : jone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of com.github.ruanzy : jone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jone-2.2.1
jone-2.2.0
2.1.x
jone-2.1.9
jone-2.1.8
jone-2.1.7
jone-2.1.5
jone-2.1.3
jone-2.1.2
jone-2.1.1
jone-2.1.0
2.0.x
jone-2.0.9
jone-2.0.8
jone-2.0.6
jone-2.0.5
jone-2.0.1
jone-2.0.0
1.9.x
jone-1.9.0
1.8.x
jone-1.8.0
1.6.x
jone-1.6.0
1.5.x
jone-1.5.0
1.3.x
jone-1.3.6
jone-1.3.5
jone-1.3.2
jone-1.3.0
1.2.x
jone-1.2.0
1.1.x
jone-1.1.0
1.0.x
jone-1.0.0

How to add a dependency to Maven

Add the following com.github.ruanzy : jone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ruanzy</groupId>
    <artifactId>jone</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ruanzy : jone gradle dependency to your build.gradle file:

implementation 'com.github.ruanzy:jone:2.2.1'

Gradle Kotlin DSL: Add the following com.github.ruanzy : jone gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ruanzy:jone:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ruanzy : jone sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ruanzy" % "jone" % "2.2.1"