Categories |
CategoriesCLI User Interface Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdnl.cloudfarming.client |
ArtifactId | ArtifactIdgeometry |
Version | Version1.0.23 |
Type | Typepom |
Filename | Size |
---|---|
geometry-1.0.23.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.cloudfarming.client/geometry/ -->
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>geometry</artifactId>
<version>1.0.23</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.cloudfarming.client/geometry/
implementation 'nl.cloudfarming.client:geometry:1.0.23'
// https://jarcasting.com/artifacts/nl.cloudfarming.client/geometry/
implementation ("nl.cloudfarming.client:geometry:1.0.23")
'nl.cloudfarming.client:geometry:pom:1.0.23'
<dependency org="nl.cloudfarming.client" name="geometry" rev="1.0.23">
<artifact name="geometry" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.cloudfarming.client', module='geometry', version='1.0.23')
)
libraryDependencies += "nl.cloudfarming.client" % "geometry" % "1.0.23"
[nl.cloudfarming.client/geometry "1.0.23"]