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