MVN

com.googlecode.jinahya : rfc-3986

Maven & Gradle

May 13, 2012
1 usages

rfc-3986

<dependency>
    <groupId>com.googlecode.jinahya</groupId>
    <artifactId>rfc-3986</artifactId>
    <version>1.0-alpha-12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jinahya : rfc-3986 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-alpha-12
  • Latest Alpha: 1.0-alpha-12

All Versions

Choose a version of com.googlecode.jinahya : rfc-3986 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
rfc-3986-1.0-alpha-12
rfc-3986-1.0-alpha-11
rfc-3986-1.0-alpha-10
rfc-3986-1.0-alpha-9
rfc-3986-1.0-alpha-8
rfc-3986-1.0-alpha-7
rfc-3986-1.0-alpha-6
rfc-3986-1.0-alpha-5
rfc-3986-1.0-alpha-4
rfc-3986-1.0-alpha-2
rfc-3986-1.0-alpha-1

How to add a dependency to Maven

Add the following com.googlecode.jinahya : rfc-3986 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jinahya</groupId>
    <artifactId>rfc-3986</artifactId>
    <version>1.0-alpha-12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jinahya : rfc-3986 gradle dependency to your build.gradle file:

implementation 'com.googlecode.jinahya:rfc-3986:1.0-alpha-12'

Gradle Kotlin DSL: Add the following com.googlecode.jinahya : rfc-3986 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jinahya:rfc-3986:1.0-alpha-12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jinahya : rfc-3986 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jinahya" % "rfc-3986" % "1.0-alpha-12"