| License |
License |
|---|---|
| GroupId | GroupIdorg.duelengine |
| ArtifactId | ArtifactIdduel-compiler |
| Last Version | Last Version0.9.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDUEL Compiler
Dual-side template engine for the JVM
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| duel-compiler-0.9.7.pom | |
| duel-compiler-0.9.7.jar | 173 KB |
| duel-compiler-0.9.7-sources.jar | 95 KB |
| duel-compiler-0.9.7-javadoc.jar | 434 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.duelengine/duel-compiler/ -->
<dependency>
<groupId>org.duelengine</groupId>
<artifactId>duel-compiler</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.duelengine/duel-compiler/
implementation 'org.duelengine:duel-compiler:0.9.7'
// https://jarcasting.com/artifacts/org.duelengine/duel-compiler/
implementation ("org.duelengine:duel-compiler:0.9.7")
'org.duelengine:duel-compiler:jar:0.9.7'
<dependency org="org.duelengine" name="duel-compiler" rev="0.9.7">
<artifact name="duel-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.duelengine', module='duel-compiler', version='0.9.7')
)
libraryDependencies += "org.duelengine" % "duel-compiler" % "0.9.7"
[org.duelengine/duel-compiler "0.9.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.mozilla : rhino | jar | 1.7R4 |
| org.duelengine : duel-runtime | jar | 0.9.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.pseudocode : slf4j-compact | jar | 1.7.12 |