Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.github.nickscha |
ArtifactId | ArtifactIdgeom |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
geom-0.0.1.pom | |
geom-0.0.1.jar | 29 KB |
geom-0.0.1-sources.jar | 41 KB |
geom-0.0.1-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nickscha/geom/ -->
<dependency>
<groupId>com.github.nickscha</groupId>
<artifactId>geom</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nickscha/geom/
implementation 'com.github.nickscha:geom:0.0.1'
// https://jarcasting.com/artifacts/com.github.nickscha/geom/
implementation ("com.github.nickscha:geom:0.0.1")
'com.github.nickscha:geom:jar:0.0.1'
<dependency org="com.github.nickscha" name="geom" rev="0.0.1">
<artifact name="geom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nickscha', module='geom', version='0.0.1')
)
libraryDependencies += "com.github.nickscha" % "geom" % "0.0.1"
[com.github.nickscha/geom "0.0.1"]