| Categories |
CategoriesGeo Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdcom.github.rinde |
| ArtifactId | ArtifactIdrinsim-geom |
| Version | Version4.4.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rinsim-geom-4.4.4.pom | |
| rinsim-geom-4.4.4.jar | 78 KB |
| rinsim-geom-4.4.4-tests.jar | 22 KB |
| rinsim-geom-4.4.4-sources.jar | 43 KB |
| rinsim-geom-4.4.4-javadoc.jar | 197 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rinde/rinsim-geom/ -->
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-geom</artifactId>
<version>4.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-geom/
implementation 'com.github.rinde:rinsim-geom:4.4.4'
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-geom/
implementation ("com.github.rinde:rinsim-geom:4.4.4")
'com.github.rinde:rinsim-geom:jar:4.4.4'
<dependency org="com.github.rinde" name="rinsim-geom" rev="4.4.4">
<artifact name="rinsim-geom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rinde', module='rinsim-geom', version='4.4.4')
)
libraryDependencies += "com.github.rinde" % "rinsim-geom" % "4.4.4"
[com.github.rinde/rinsim-geom "4.4.4"]