is not current version
Last Version 1.7

io.marioslab.basis:template 1.3

An expressive templating engine for Java and the JVM

GroupId

GroupId

io.marioslab.basis
ArtifactId

ArtifactId

template
Version

Version

1.3
Type

Type

jar

Download template 1.3


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