GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdmap |
Version | Version1.2.8 |
Type | Typejar |
Filename | Size |
---|---|
map-1.2.8.pom | |
map-1.2.8.jar | 63 KB |
map-1.2.8-sources.jar | 31 KB |
map-1.2.8-javadoc.jar | 349 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/map/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>map</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/map/
implementation 'io.github.shaohuizhe:map:1.2.8'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/map/
implementation ("io.github.shaohuizhe:map:1.2.8")
'io.github.shaohuizhe:map:jar:1.2.8'
<dependency org="io.github.shaohuizhe" name="map" rev="1.2.8">
<artifact name="map" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='map', version='1.2.8')
)
libraryDependencies += "io.github.shaohuizhe" % "map" % "1.2.8"
[io.github.shaohuizhe/map "1.2.8"]