License |
License |
---|---|
GroupId | GroupIdcom.floreysoft |
ArtifactId | ArtifactIdjmte |
Last Version | Last Version7.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Minimal Template Engine
A small Library without runtime dependencies
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jmte-7.0.0.pom | |
jmte-7.0.0.jar | 80 KB |
jmte-7.0.0-sources.jar | 49 KB |
jmte-7.0.0-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.floreysoft/jmte/ -->
<dependency>
<groupId>com.floreysoft</groupId>
<artifactId>jmte</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.floreysoft/jmte/
implementation 'com.floreysoft:jmte:7.0.0'
// https://jarcasting.com/artifacts/com.floreysoft/jmte/
implementation ("com.floreysoft:jmte:7.0.0")
'com.floreysoft:jmte:jar:7.0.0'
<dependency org="com.floreysoft" name="jmte" rev="7.0.0">
<artifact name="jmte" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.floreysoft', module='jmte', version='7.0.0')
)
libraryDependencies += "com.floreysoft" % "jmte" % "7.0.0"
[com.floreysoft/jmte "7.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.testng : testng | jar | 7.4.0 |