h

handy-uri-templates

Handy URI Templates is a URI Template processor supporting RFC6570 . The library allows clients to utilize templatized URIs and inject replacement variables and expand the template to create a URI.
https://github.com/damnhandy/Handy-URI-Templates
The Apache Software License, Version 2.0
Ryan J. McDonough
文件下载
文件名 操作
handy-uri-templates-1.0.1.GA.jar 下载
handy-uri-templates-1.0.1.GA.pom 下载
handy-uri-templates-1.0.1.GA-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.damnhandy</groupId>
  <artifactId>handy-uri-templates</artifactId>
  <version>1.0.1.GA</version>
</dependency>
Gradle Groovy
implementation 'com.damnhandy:handy-uri-templates:1.0.1.GA'
Gradle Kotlin
implementation("com.damnhandy:handy-uri-templates:1.0.1.GA")
Scala SBT
libraryDependencies += "com.damnhandy" % "handy-uri-templates" % "1.0.1.GA"
Groovy Grape
@Grapes(
  @Grab(group='com.damnhandy', module='handy-uri-templates', version='1.0.1.GA')
)
Apache Ivy
<dependency org="com.damnhandy" name="handy-uri-templates" rev="1.0.1.GA" />
Leiningen
[com.damnhandy/handy-uri-templates "1.0.1.GA"]
Apache Buildr
'com.damnhandy:handy-uri-templates:jar:1.0.1.GA'