j

jamal-engine

Jamal macro library engine implementation
The Apache License, Version 2.0
Peter Verhas
Files download
File Operation
jamal-engine-1.0.0.jar download
jamal-engine-1.0.0.pom download
jamal-engine-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.javax0.jamal</groupId>
  <artifactId>jamal-engine</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.javax0.jamal:jamal-engine:1.0.0'
Gradle Kotlin
implementation("com.javax0.jamal:jamal-engine:1.0.0")
Scala SBT
libraryDependencies += "com.javax0.jamal" % "jamal-engine" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.javax0.jamal', module='jamal-engine', version='1.0.0')
)
Apache Ivy
<dependency org="com.javax0.jamal" name="jamal-engine" rev="1.0.0" />
Leiningen
[com.javax0.jamal/jamal-engine "1.0.0"]
Apache Buildr
'com.javax0.jamal:jamal-engine:jar:1.0.0'