License |
License |
---|---|
GroupId | GroupIdcom.github.martinfrank |
ArtifactId | ArtifactIdmaplib |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionmaplib
this project provides a map library
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMartin Frank |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maplib-0.2.0.pom | |
maplib-0.2.0.jar | 28 KB |
maplib-0.2.0-sources.jar | 15 KB |
maplib-0.2.0-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinfrank/maplib/ -->
<dependency>
<groupId>com.github.martinfrank</groupId>
<artifactId>maplib</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/maplib/
implementation 'com.github.martinfrank:maplib:0.2.0'
// https://jarcasting.com/artifacts/com.github.martinfrank/maplib/
implementation ("com.github.martinfrank:maplib:0.2.0")
'com.github.martinfrank:maplib:jar:0.2.0'
<dependency org="com.github.martinfrank" name="maplib" rev="0.2.0">
<artifact name="maplib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='maplib', version='0.2.0')
)
libraryDependencies += "com.github.martinfrank" % "maplib" % "0.2.0"
[com.github.martinfrank/maplib "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.martinfrank : drawlib | jar | 0.4.1 |
com.github.martinfrank : geolib | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |