d

duel-runtime

Dual-side template engine for the JVM
http://duelengine.org
MIT License
Stephen M. McKamey
Files download
File Operation
duel-runtime-0.6.2.jar download
duel-runtime-0.6.2.pom download
duel-runtime-0.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.duelengine</groupId>
  <artifactId>duel-runtime</artifactId>
  <version>0.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.duelengine:duel-runtime:0.6.2'
Gradle Kotlin
implementation("org.duelengine:duel-runtime:0.6.2")
Scala SBT
libraryDependencies += "org.duelengine" % "duel-runtime" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.duelengine', module='duel-runtime', version='0.6.2')
)
Apache Ivy
<dependency org="org.duelengine" name="duel-runtime" rev="0.6.2" />
Leiningen
[org.duelengine/duel-runtime "0.6.2"]
Apache Buildr
'org.duelengine:duel-runtime:jar:0.6.2'