i

idris-jvm-runtime

Files download
File Operation
idris-jvm-runtime-0.0.1.3.jar download
idris-jvm-runtime-0.0.1.3.pom download
idris-jvm-runtime-0.0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mmhelloworld</groupId>
  <artifactId>idris-jvm-runtime</artifactId>
  <version>0.0.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.mmhelloworld:idris-jvm-runtime:0.0.1.3'
Gradle Kotlin
implementation("io.github.mmhelloworld:idris-jvm-runtime:0.0.1.3")
Scala SBT
libraryDependencies += "io.github.mmhelloworld" % "idris-jvm-runtime" % "0.0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mmhelloworld', module='idris-jvm-runtime', version='0.0.1.3')
)
Apache Ivy
<dependency org="io.github.mmhelloworld" name="idris-jvm-runtime" rev="0.0.1.3" />
Leiningen
[io.github.mmhelloworld/idris-jvm-runtime "0.0.1.3"]
Apache Buildr
'io.github.mmhelloworld:idris-jvm-runtime:jar:0.0.1.3'