Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.redpipe |
ArtifactId | ArtifactIdredpipe-templating-freemarker |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.redpipe/redpipe-templating-freemarker/ -->
<dependency>
<groupId>net.redpipe</groupId>
<artifactId>redpipe-templating-freemarker</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.redpipe/redpipe-templating-freemarker/
implementation 'net.redpipe:redpipe-templating-freemarker:0.0.2'
// https://jarcasting.com/artifacts/net.redpipe/redpipe-templating-freemarker/
implementation ("net.redpipe:redpipe-templating-freemarker:0.0.2")
'net.redpipe:redpipe-templating-freemarker:jar:0.0.2'
<dependency org="net.redpipe" name="redpipe-templating-freemarker" rev="0.0.2">
<artifact name="redpipe-templating-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.redpipe', module='redpipe-templating-freemarker', version='0.0.2')
)
libraryDependencies += "net.redpipe" % "redpipe-templating-freemarker" % "0.0.2"
[net.redpipe/redpipe-templating-freemarker "0.0.2"]