| GroupId | GroupIdio.github.mmhelloworld |
|---|---|
| ArtifactId | ArtifactIdidris-jvm |
| Version | Version0.0.1.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| idris-jvm-0.0.1.5.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mmhelloworld/idris-jvm/ -->
<dependency>
<groupId>io.github.mmhelloworld</groupId>
<artifactId>idris-jvm</artifactId>
<version>0.0.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mmhelloworld/idris-jvm/
implementation 'io.github.mmhelloworld:idris-jvm:0.0.1.5'
// https://jarcasting.com/artifacts/io.github.mmhelloworld/idris-jvm/
implementation ("io.github.mmhelloworld:idris-jvm:0.0.1.5")
'io.github.mmhelloworld:idris-jvm:pom:0.0.1.5'
<dependency org="io.github.mmhelloworld" name="idris-jvm" rev="0.0.1.5">
<artifact name="idris-jvm" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mmhelloworld', module='idris-jvm', version='0.0.1.5')
)
libraryDependencies += "io.github.mmhelloworld" % "idris-jvm" % "0.0.1.5"
[io.github.mmhelloworld/idris-jvm "0.0.1.5"]