Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.github.noncat-lang |
ArtifactId | ArtifactIdjava-template-engine |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
java-template-engine-0.2.2.pom | |
java-template-engine-0.2.2.jar | 20 KB |
java-template-engine-0.2.2-sources.jar | 12 KB |
java-template-engine-0.2.2-javadoc.jar | 189 KB |
Browse |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.noncat-lang/java-template-engine/
implementation 'io.github.noncat-lang:java-template-engine:0.2.2'
// https://jarcasting.com/artifacts/io.github.noncat-lang/java-template-engine/
implementation ("io.github.noncat-lang:java-template-engine:0.2.2")
'io.github.noncat-lang:java-template-engine:jar:0.2.2'
<dependency org="io.github.noncat-lang" name="java-template-engine" rev="0.2.2">
<artifact name="java-template-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.noncat-lang', module='java-template-engine', version='0.2.2')
)
libraryDependencies += "io.github.noncat-lang" % "java-template-engine" % "0.2.2"
[io.github.noncat-lang/java-template-engine "0.2.2"]