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