Categories |
CategoriesJADE General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-template-jade4j |
Version | Version4.3.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-template-jade4j/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-jade4j</artifactId>
<version>4.3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-template-jade4j/
implementation 'org.http4k:http4k-template-jade4j:4.3.4.1'
// https://jarcasting.com/artifacts/org.http4k/http4k-template-jade4j/
implementation ("org.http4k:http4k-template-jade4j:4.3.4.1")
'org.http4k:http4k-template-jade4j:jar:4.3.4.1'
<dependency org="org.http4k" name="http4k-template-jade4j" rev="4.3.4.1">
<artifact name="http4k-template-jade4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-template-jade4j', version='4.3.4.1')
)
libraryDependencies += "org.http4k" % "http4k-template-jade4j" % "4.3.4.1"
[org.http4k/http4k-template-jade4j "4.3.4.1"]