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