GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp-templating-dev |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
http-templating-dev-2.0.2.pom | |
http-templating-dev-2.0.2.jar | 48 KB |
http-templating-dev-2.0.2-sources.jar | 29 KB |
http-templating-dev-2.0.2-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>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-templating-dev/
implementation 'org.webpieces:http-templating-dev:2.0.2'
// https://jarcasting.com/artifacts/org.webpieces/http-templating-dev/
implementation ("org.webpieces:http-templating-dev:2.0.2")
'org.webpieces:http-templating-dev:jar:2.0.2'
<dependency org="org.webpieces" name="http-templating-dev" rev="2.0.2">
<artifact name="http-templating-dev" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-templating-dev', version='2.0.2')
)
libraryDependencies += "org.webpieces" % "http-templating-dev" % "2.0.2"
[org.webpieces/http-templating-dev "2.0.2"]