License |
License |
---|---|
GroupId | GroupIdgg.jte |
ArtifactId | ArtifactIdjte |
Version | Version1.11.1 |
Type | Typejar |
Description |
Descriptionjte
A template engine using plain Java code.
|
Filename | Size |
---|---|
jte-1.11.1.pom | |
jte-1.11.1.jar | 60 KB |
jte-1.11.1-sources.jar | 25 KB |
jte-1.11.1-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gg.jte/jte/ -->
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/gg.jte/jte/
implementation 'gg.jte:jte:1.11.1'
// https://jarcasting.com/artifacts/gg.jte/jte/
implementation ("gg.jte:jte:1.11.1")
'gg.jte:jte:jar:1.11.1'
<dependency org="gg.jte" name="jte" rev="1.11.1">
<artifact name="jte" type="jar" />
</dependency>
@Grapes(
@Grab(group='gg.jte', module='jte', version='1.11.1')
)
libraryDependencies += "gg.jte" % "jte" % "1.11.1"
[gg.jte/jte "1.11.1"]
Group / Artifact | Type | Version |
---|---|---|
gg.jte : jte-runtime | jar | 1.11.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.assertj : assertj-core | jar | 3.20.0 |