is not current version
Last Version 0.2.0

de.almostintelligent:jaste 0.1.0

Java Simple Template Engine

GroupId

GroupId

de.almostintelligent
ArtifactId

ArtifactId

jaste
Version

Version

0.1.0
Type

Type

jar

Download jaste 0.1.0


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