Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cosycode |
ArtifactId | ArtifactIdbit-data-map |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
bit-data-map-1.3.pom | |
bit-data-map-1.3.jar | 32 KB |
bit-data-map-1.3-sources.jar | 18 KB |
bit-data-map-1.3-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cosycode/bit-data-map/ -->
<dependency>
<groupId>com.github.cosycode</groupId>
<artifactId>bit-data-map</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cosycode/bit-data-map/
implementation 'com.github.cosycode:bit-data-map:1.3'
// https://jarcasting.com/artifacts/com.github.cosycode/bit-data-map/
implementation ("com.github.cosycode:bit-data-map:1.3")
'com.github.cosycode:bit-data-map:jar:1.3'
<dependency org="com.github.cosycode" name="bit-data-map" rev="1.3">
<artifact name="bit-data-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cosycode', module='bit-data-map', version='1.3')
)
libraryDependencies += "com.github.cosycode" % "bit-data-map" % "1.3"
[com.github.cosycode/bit-data-map "1.3"]