Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdgeometry |
Version | Version2.8.2 |
Type | Typejar |
Filename | Size |
---|---|
geometry-2.8.2.pom | |
geometry-2.8.2.jar | 223 KB |
geometry-2.8.2-sources.jar | 147 KB |
geometry-2.8.2-javadoc.jar | 492 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/geometry/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>geometry</artifactId>
<version>2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/geometry/
implementation 'com.mastfrog:geometry:2.8.2'
// https://jarcasting.com/artifacts/com.mastfrog/geometry/
implementation ("com.mastfrog:geometry:2.8.2")
'com.mastfrog:geometry:jar:2.8.2'
<dependency org="com.mastfrog" name="geometry" rev="2.8.2">
<artifact name="geometry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='geometry', version='2.8.2')
)
libraryDependencies += "com.mastfrog" % "geometry" % "2.8.2"
[com.mastfrog/geometry "2.8.2"]