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