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