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.8.3.jar download
duel-runtime-0.8.3.pom download
duel-runtime-0.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.duelengine</groupId>
  <artifactId>duel-runtime</artifactId>
  <version>0.8.3</version>
</dependency>
Gradle Groovy
implementation 'org.duelengine:duel-runtime:0.8.3'
Gradle Kotlin
implementation("org.duelengine:duel-runtime:0.8.3")
Scala SBT
libraryDependencies += "org.duelengine" % "duel-runtime" % "0.8.3"
Groovy Grape
@Grapes(
  @Grab(group='org.duelengine', module='duel-runtime', version='0.8.3')
)
Apache Ivy
<dependency org="org.duelengine" name="duel-runtime" rev="0.8.3" />
Leiningen
[org.duelengine/duel-runtime "0.8.3"]
Apache Buildr
'org.duelengine:duel-runtime:jar:0.8.3'