| License |
License |
|---|---|
| Categories |
CategoriesGeo Business Logic Libraries Geospatial |
| GroupId | GroupIdcom.github.nickscha |
| ArtifactId | ArtifactIdgeom |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongeom
A lightweight but powerful geometry libary with productive readiness API and fluent usages.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| geom-0.0.2.pom | |
| geom-0.0.2.jar | 29 KB |
| geom-0.0.2-sources.jar | 41 KB |
| geom-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nickscha/geom/
implementation 'com.github.nickscha:geom:0.0.2'
// https://jarcasting.com/artifacts/com.github.nickscha/geom/
implementation ("com.github.nickscha:geom:0.0.2")
'com.github.nickscha:geom:jar:0.0.2'
<dependency org="com.github.nickscha" name="geom" rev="0.0.2">
<artifact name="geom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nickscha', module='geom', version='0.0.2')
)
libraryDependencies += "com.github.nickscha" % "geom" % "0.0.2"
[com.github.nickscha/geom "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |