Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-spatial |
Version | Version2.1.0-release |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-spatial/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-spatial</artifactId>
<version>2.1.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-spatial/
implementation 'org.datanucleus:datanucleus-spatial:2.1.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-spatial/
implementation ("org.datanucleus:datanucleus-spatial:2.1.0-release")
'org.datanucleus:datanucleus-spatial:jar:2.1.0-release'
<dependency org="org.datanucleus" name="datanucleus-spatial" rev="2.1.0-release">
<artifact name="datanucleus-spatial" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-spatial', version='2.1.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-spatial" % "2.1.0-release"
[org.datanucleus/datanucleus-spatial "2.1.0-release"]