is not current version
Last Version 1.7

io.marioslab.basis:template 1.5

An expressive templating engine for Java and the JVM

GroupId

GroupId

io.marioslab.basis
ArtifactId

ArtifactId

template
Version

Version

1.5
Type

Type

jar

Download template 1.5


<!-- https://jarcasting.com/artifacts/io.marioslab.basis/template/ -->
<dependency>
    <groupId>io.marioslab.basis</groupId>
    <artifactId>template</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.marioslab.basis/template/
implementation 'io.marioslab.basis:template:1.5'
// https://jarcasting.com/artifacts/io.marioslab.basis/template/
implementation ("io.marioslab.basis:template:1.5")
'io.marioslab.basis:template:jar:1.5'
<dependency org="io.marioslab.basis" name="template" rev="1.5">
  <artifact name="template" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.marioslab.basis', module='template', version='1.5')
)
libraryDependencies += "io.marioslab.basis" % "template" % "1.5"
[io.marioslab.basis/template "1.5"]