MVN

com.github.fge : uri-template

Maven & Gradle

Apr 14, 2014
9 usages
54 stars
<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>uri-template</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fge : uri-template to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of com.github.fge : uri-template to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9
uri-template-0.9
0.8
uri-template-0.8
0.7
uri-template-0.7
0.6
uri-template-0.6
0.5
uri-template-0.5
0.4
uri-template-0.4
0.3
uri-template-0.3
0.2
uri-template-0.2
0.1
uri-template-0.1

How to add a dependency to Maven

Add the following com.github.fge : uri-template maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>uri-template</artifactId>
    <version>0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fge : uri-template gradle dependency to your build.gradle file:

implementation 'com.github.fge:uri-template:0.9'

Gradle Kotlin DSL: Add the following com.github.fge : uri-template gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fge:uri-template:0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fge : uri-template sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fge" % "uri-template" % "0.9"

Advertisement

Dependencies from Group

Oct 29, 2014
284 usages
1.6k stars
Nov 18, 2014
97 usages
623 stars
May 23, 2014
53 usages
21 stars
Oct 29, 2014
39 usages
67 stars
Apr 11, 2015
31 usages
89 stars

Discover Dependencies