GroupId | GroupIdio.polygenesis.template-engines |
---|---|
ArtifactId | ArtifactIdpolygenesis-template-engine-freemarker |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.polygenesis.template-engines/polygenesis-template-engine-freemarker/ -->
<dependency>
<groupId>io.polygenesis.template-engines</groupId>
<artifactId>polygenesis-template-engine-freemarker</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.polygenesis.template-engines/polygenesis-template-engine-freemarker/
implementation 'io.polygenesis.template-engines:polygenesis-template-engine-freemarker:0.0.2'
// https://jarcasting.com/artifacts/io.polygenesis.template-engines/polygenesis-template-engine-freemarker/
implementation ("io.polygenesis.template-engines:polygenesis-template-engine-freemarker:0.0.2")
'io.polygenesis.template-engines:polygenesis-template-engine-freemarker:jar:0.0.2'
<dependency org="io.polygenesis.template-engines" name="polygenesis-template-engine-freemarker" rev="0.0.2">
<artifact name="polygenesis-template-engine-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polygenesis.template-engines', module='polygenesis-template-engine-freemarker', version='0.0.2')
)
libraryDependencies += "io.polygenesis.template-engines" % "polygenesis-template-engine-freemarker" % "0.0.2"
[io.polygenesis.template-engines/polygenesis-template-engine-freemarker "0.0.2"]