GroupId | GroupIdfun.mike |
---|---|
ArtifactId | ArtifactIdmap-support-alpha |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
map-support-alpha-0.0.9.pom | |
map-support-alpha-0.0.9.jar | 13 KB |
map-support-alpha-0.0.9-sources.jar | 2 KB |
map-support-alpha-0.0.9-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.mike/map-support-alpha/ -->
<dependency>
<groupId>fun.mike</groupId>
<artifactId>map-support-alpha</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/fun.mike/map-support-alpha/
implementation 'fun.mike:map-support-alpha:0.0.9'
// https://jarcasting.com/artifacts/fun.mike/map-support-alpha/
implementation ("fun.mike:map-support-alpha:0.0.9")
'fun.mike:map-support-alpha:jar:0.0.9'
<dependency org="fun.mike" name="map-support-alpha" rev="0.0.9">
<artifact name="map-support-alpha" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.mike', module='map-support-alpha', version='0.0.9')
)
libraryDependencies += "fun.mike" % "map-support-alpha" % "0.0.9"
[fun.mike/map-support-alpha "0.0.9"]