| GroupId | GroupIdio.molr |
|---|---|
| ArtifactId | ArtifactIdmolr |
| Version | Versionv0.3.14 |
| Type | Typepom |
| Filename | Size |
|---|---|
| molr-v0.3.14.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.molr/molr/ -->
<dependency>
<groupId>io.molr</groupId>
<artifactId>molr</artifactId>
<version>v0.3.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.molr/molr/
implementation 'io.molr:molr:v0.3.14'
// https://jarcasting.com/artifacts/io.molr/molr/
implementation ("io.molr:molr:v0.3.14")
'io.molr:molr:pom:v0.3.14'
<dependency org="io.molr" name="molr" rev="v0.3.14">
<artifact name="molr" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.molr', module='molr', version='v0.3.14')
)
libraryDependencies += "io.molr" % "molr" % "v0.3.14"
[io.molr/molr "v0.3.14"]