MVN

io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates

Maven & Gradle

Sep 18, 2015
2 usages
2 stars

Handy URI Templates · Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to utilize templatized URIs and inject replacement variables to expand the template into a URI. The library sports a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates.

<dependency>
    <groupId>io.wcm.osgi.wrapper</groupId>
    <artifactId>io.wcm.osgi.wrapper.handy-uri-templates</artifactId>
    <version>2.0.3-0002</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3-0002

All Versions

Choose a version of io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0002
io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0001
io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0000
io.wcm.osgi.wrapper.handy-uri-templates-2.0.2-0000

How to add a dependency to Maven

Add the following io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.wcm.osgi.wrapper</groupId>
    <artifactId>io.wcm.osgi.wrapper.handy-uri-templates</artifactId>
    <version>2.0.3-0002</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates gradle dependency to your build.gradle file:

implementation 'io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.handy-uri-templates:2.0.3-0002'

Gradle Kotlin DSL: Add the following io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates gradle kotlin dependency to your build.gradle.kts file:

implementation("io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.handy-uri-templates:2.0.3-0002")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates sbt scala dependency to your build.sbt file:

libraryDependencies += "io.wcm.osgi.wrapper" % "io.wcm.osgi.wrapper.handy-uri-templates" % "2.0.3-0002"

Advertisement