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