GroupId | GroupIdio.timeandspace |
---|---|
ArtifactId | ArtifactIdsmoothie-map |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
smoothie-map-2.0.1.pom | |
smoothie-map-2.0.1.jar | 203 KB |
smoothie-map-2.0.1-sources.jar | 350 KB |
smoothie-map-2.0.1-javadoc.jar | 472 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.timeandspace/smoothie-map/ -->
<dependency>
<groupId>io.timeandspace</groupId>
<artifactId>smoothie-map</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.timeandspace/smoothie-map/
implementation 'io.timeandspace:smoothie-map:2.0.1'
// https://jarcasting.com/artifacts/io.timeandspace/smoothie-map/
implementation ("io.timeandspace:smoothie-map:2.0.1")
'io.timeandspace:smoothie-map:jar:2.0.1'
<dependency org="io.timeandspace" name="smoothie-map" rev="2.0.1">
<artifact name="smoothie-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.timeandspace', module='smoothie-map', version='2.0.1')
)
libraryDependencies += "io.timeandspace" % "smoothie-map" % "2.0.1"
[io.timeandspace/smoothie-map "2.0.1"]