k

koch-runtime

Koch runtime
Lionel Seinturier
Files download
File Operation
koch-runtime-2.5.2.jar download
koch-runtime-2.5.2.pom download
Apache Maven
<dependency>
  <groupId>org.objectweb.fractal.julia</groupId>
  <artifactId>koch-runtime</artifactId>
  <version>2.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.objectweb.fractal.julia:koch-runtime:2.5.2'
Gradle Kotlin
implementation("org.objectweb.fractal.julia:koch-runtime:2.5.2")
Scala SBT
libraryDependencies += "org.objectweb.fractal.julia" % "koch-runtime" % "2.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.fractal.julia', module='koch-runtime', version='2.5.2')
)
Apache Ivy
<dependency org="org.objectweb.fractal.julia" name="koch-runtime" rev="2.5.2" />
Leiningen
[org.objectweb.fractal.julia/koch-runtime "2.5.2"]
Apache Buildr
'org.objectweb.fractal.julia:koch-runtime:jar:2.5.2'