Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.detentor |
ArtifactId | ArtifactIdcodexCollections |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
codexCollections-0.0.13.pom | |
codexCollections-0.0.13.jar | 47 KB |
codexCollections-0.0.13-sources.jar | 35 KB |
codexCollections-0.0.13-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.detentor/codexCollections/ -->
<dependency>
<groupId>com.github.detentor</groupId>
<artifactId>codexCollections</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.detentor/codexCollections/
implementation 'com.github.detentor:codexCollections:0.0.13'
// https://jarcasting.com/artifacts/com.github.detentor/codexCollections/
implementation ("com.github.detentor:codexCollections:0.0.13")
'com.github.detentor:codexCollections:jar:0.0.13'
<dependency org="com.github.detentor" name="codexCollections" rev="0.0.13">
<artifact name="codexCollections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.detentor', module='codexCollections', version='0.0.13')
)
libraryDependencies += "com.github.detentor" % "codexCollections" % "0.0.13"
[com.github.detentor/codexCollections "0.0.13"]