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