| GroupId | GroupIdio.github.mmhelloworld |
|---|---|
| ArtifactId | ArtifactIdidris-jvm-runtime |
| Version | Version0.0.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| idris-jvm-runtime-0.0.1.4.pom | |
| idris-jvm-runtime-0.0.1.4.jar | 80 KB |
| idris-jvm-runtime-0.0.1.4-sources.jar | 37 KB |
| idris-jvm-runtime-0.0.1.4-javadoc.jar | 272 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mmhelloworld/idris-jvm-runtime/ -->
<dependency>
<groupId>io.github.mmhelloworld</groupId>
<artifactId>idris-jvm-runtime</artifactId>
<version>0.0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mmhelloworld/idris-jvm-runtime/
implementation 'io.github.mmhelloworld:idris-jvm-runtime:0.0.1.4'
// https://jarcasting.com/artifacts/io.github.mmhelloworld/idris-jvm-runtime/
implementation ("io.github.mmhelloworld:idris-jvm-runtime:0.0.1.4")
'io.github.mmhelloworld:idris-jvm-runtime:jar:0.0.1.4'
<dependency org="io.github.mmhelloworld" name="idris-jvm-runtime" rev="0.0.1.4">
<artifact name="idris-jvm-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mmhelloworld', module='idris-jvm-runtime', version='0.0.1.4')
)
libraryDependencies += "io.github.mmhelloworld" % "idris-jvm-runtime" % "0.0.1.4"
[io.github.mmhelloworld/idris-jvm-runtime "0.0.1.4"]