Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdio.enoa |
ArtifactId | ArtifactIdenoa-index |
Version | Version1.7.0-beta |
Type | Typepom |
Filename | Size |
---|---|
enoa-index-1.7.0-beta.pom | 559 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.enoa/enoa-index/ -->
<dependency>
<groupId>io.enoa</groupId>
<artifactId>enoa-index</artifactId>
<version>1.7.0-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.enoa/enoa-index/
implementation 'io.enoa:enoa-index:1.7.0-beta'
// https://jarcasting.com/artifacts/io.enoa/enoa-index/
implementation ("io.enoa:enoa-index:1.7.0-beta")
'io.enoa:enoa-index:pom:1.7.0-beta'
<dependency org="io.enoa" name="enoa-index" rev="1.7.0-beta">
<artifact name="enoa-index" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.enoa', module='enoa-index', version='1.7.0-beta')
)
libraryDependencies += "io.enoa" % "enoa-index" % "1.7.0-beta"
[io.enoa/enoa-index "1.7.0-beta"]