GroupId | GroupIdcom.github.martinfrank |
---|---|
ArtifactId | ArtifactIdmaplib |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
maplib-0.1.0.pom | |
maplib-0.1.0.jar | 28 KB |
maplib-0.1.0-sources.jar | 15 KB |
maplib-0.1.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinfrank/maplib/ -->
<dependency>
<groupId>com.github.martinfrank</groupId>
<artifactId>maplib</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/maplib/
implementation 'com.github.martinfrank:maplib:0.1.0'
// https://jarcasting.com/artifacts/com.github.martinfrank/maplib/
implementation ("com.github.martinfrank:maplib:0.1.0")
'com.github.martinfrank:maplib:jar:0.1.0'
<dependency org="com.github.martinfrank" name="maplib" rev="0.1.0">
<artifact name="maplib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='maplib', version='0.1.0')
)
libraryDependencies += "com.github.martinfrank" % "maplib" % "0.1.0"
[com.github.martinfrank/maplib "0.1.0"]