GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp-templating |
Version | Version1.9.116 |
Type | Typejar |
Filename | Size |
---|---|
http-templating-1.9.116.pom | |
http-templating-1.9.116.jar | 53 KB |
http-templating-1.9.116-sources.jar | 32 KB |
http-templating-1.9.116-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http-templating/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http-templating</artifactId>
<version>1.9.116</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-templating/
implementation 'org.webpieces:http-templating:1.9.116'
// https://jarcasting.com/artifacts/org.webpieces/http-templating/
implementation ("org.webpieces:http-templating:1.9.116")
'org.webpieces:http-templating:jar:1.9.116'
<dependency org="org.webpieces" name="http-templating" rev="1.9.116">
<artifact name="http-templating" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-templating', version='1.9.116')
)
libraryDependencies += "org.webpieces" % "http-templating" % "1.9.116"
[org.webpieces/http-templating "1.9.116"]