Last Version

io.github.noncat-lang:java-template-engine 1.0.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.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.noncat-lang
ArtifactId

ArtifactId

java-template-engine
Version

Version

1.0.0
Type

Type

jar
Description

Description

io.github.noncat-lang:java-template-engine
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.
Project URL

Project URL

https://github.com/noncat-lang/java-template-engine
Source Code Management

Source Code Management

http://github.com/noncat-lang/java-template-engine/tree/main

Download java-template-engine 1.0.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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.noncat-lang/java-template-engine/
implementation 'io.github.noncat-lang:java-template-engine:1.0.0'
// https://jarcasting.com/artifacts/io.github.noncat-lang/java-template-engine/
implementation ("io.github.noncat-lang:java-template-engine:1.0.0")
'io.github.noncat-lang:java-template-engine:jar:1.0.0'
<dependency org="io.github.noncat-lang" name="java-template-engine" rev="1.0.0">
  <artifact name="java-template-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.noncat-lang', module='java-template-engine', version='1.0.0')
)
libraryDependencies += "io.github.noncat-lang" % "java-template-engine" % "1.0.0"
[io.github.noncat-lang/java-template-engine "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.10
org.projectlombok : lombok Optional jar 1.18.22

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.assertj : assertj-core jar 3.22.0
org.mockito : mockito-core jar 4.4.0

Project Modules

There are no modules declared in this project.