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