License |
License |
---|---|
GroupId | GroupIdorg.openjax.codegen |
ArtifactId | ArtifactIdtemplate |
Version | Version0.2.5 |
Type | Typejar |
Description |
DescriptionOpenJAX CodeGen Template
Lightweight template engine for Java
|
Project Organization |
Project OrganizationOpenJAX |
Filename | Size |
---|---|
template-0.2.5.pom | |
template-0.2.5.jar | 7 KB |
template-0.2.5-tests.jar | 3 KB |
template-0.2.5-sources.jar | 5 KB |
template-0.2.5-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax.codegen/template/ -->
<dependency>
<groupId>org.openjax.codegen</groupId>
<artifactId>template</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax.codegen/template/
implementation 'org.openjax.codegen:template:0.2.5'
// https://jarcasting.com/artifacts/org.openjax.codegen/template/
implementation ("org.openjax.codegen:template:0.2.5")
'org.openjax.codegen:template:jar:0.2.5'
<dependency org="org.openjax.codegen" name="template" rev="0.2.5">
<artifact name="template" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax.codegen', module='template', version='0.2.5')
)
libraryDependencies += "org.openjax.codegen" % "template" % "0.2.5"
[org.openjax.codegen/template "0.2.5"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.libj : lang | jar | 0.7.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |