is not current version
Last Version 1.0.0

io.github.noncat-lang:java-template-engine 0.2.0

Java Template Engine uses the well known idea of templates to solve the not well known problem of defining languages for program input and output.

Categories

Categories

Java Languages
GroupId

GroupId

io.github.noncat-lang
ArtifactId

ArtifactId

java-template-engine
Version

Version

0.2.0
Type

Type

jar

Download java-template-engine 0.2.0


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