Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.github.noncat-lang |
ArtifactId | ArtifactIdjava-template-engine |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
java-template-engine-0.2.0.pom | |
java-template-engine-0.2.0.jar | 20 KB |
java-template-engine-0.2.0-sources.jar | 12 KB |
java-template-engine-0.2.0-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.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"]