GroupId | GroupIdorg.openlr |
---|---|
ArtifactId | ArtifactIdopenlr-map |
Version | Version2.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
openlr-map-2.0-beta1.pom | |
openlr-map-2.0-beta1.jar | 20 KB |
openlr-map-2.0-beta1-sources.jar | 9 KB |
openlr-map-2.0-beta1-javadoc.jar | 453 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlr/openlr-map/ -->
<dependency>
<groupId>org.openlr</groupId>
<artifactId>openlr-map</artifactId>
<version>2.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlr/openlr-map/
implementation 'org.openlr:openlr-map:2.0-beta1'
// https://jarcasting.com/artifacts/org.openlr/openlr-map/
implementation ("org.openlr:openlr-map:2.0-beta1")
'org.openlr:openlr-map:jar:2.0-beta1'
<dependency org="org.openlr" name="openlr-map" rev="2.0-beta1">
<artifact name="openlr-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlr', module='openlr-map', version='2.0-beta1')
)
libraryDependencies += "org.openlr" % "openlr-map" % "2.0-beta1"
[org.openlr/openlr-map "2.0-beta1"]