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