i

io.wcm.osgi.wrapper.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.
The Apache Software License, Version 2.0
文件下载
文件名 操作
io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0002.jar 下载
io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0002.pom 下载
Apache Maven
<dependency>
  <groupId>io.wcm.osgi.wrapper</groupId>
  <artifactId>io.wcm.osgi.wrapper.handy-uri-templates</artifactId>
  <version>2.0.3-0002</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.handy-uri-templates:2.0.3-0002'
Gradle Kotlin
implementation("io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.handy-uri-templates:2.0.3-0002")
Scala SBT
libraryDependencies += "io.wcm.osgi.wrapper" % "io.wcm.osgi.wrapper.handy-uri-templates" % "2.0.3-0002"
Groovy Grape
@Grapes(
  @Grab(group='io.wcm.osgi.wrapper', module='io.wcm.osgi.wrapper.handy-uri-templates', version='2.0.3-0002')
)
Apache Ivy
<dependency org="io.wcm.osgi.wrapper" name="io.wcm.osgi.wrapper.handy-uri-templates" rev="2.0.3-0002" />
Leiningen
[io.wcm.osgi.wrapper/io.wcm.osgi.wrapper.handy-uri-templates "2.0.3-0002"]
Apache Buildr
'io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.handy-uri-templates:jar:2.0.3-0002'