Categories |
CategoriesData Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-geospatial |
Version | Version5.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-geospatial/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-geospatial</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-geospatial/
implementation 'org.datanucleus:datanucleus-geospatial:5.1.1'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-geospatial/
implementation ("org.datanucleus:datanucleus-geospatial:5.1.1")
'org.datanucleus:datanucleus-geospatial:jar:5.1.1'
<dependency org="org.datanucleus" name="datanucleus-geospatial" rev="5.1.1">
<artifact name="datanucleus-geospatial" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-geospatial', version='5.1.1')
)
libraryDependencies += "org.datanucleus" % "datanucleus-geospatial" % "5.1.1"
[org.datanucleus/datanucleus-geospatial "5.1.1"]