Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdmil.nga.geopackage |
ArtifactId | ArtifactIdgeopackage |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
geopackage-3.2.0.pom | |
geopackage-3.2.0.jar | 298 KB |
geopackage-3.2.0-sources.jar | 178 KB |
geopackage-3.2.0-javadoc.jar | 908 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mil.nga.geopackage/geopackage/ -->
<dependency>
<groupId>mil.nga.geopackage</groupId>
<artifactId>geopackage</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/mil.nga.geopackage/geopackage/
implementation 'mil.nga.geopackage:geopackage:3.2.0'
// https://jarcasting.com/artifacts/mil.nga.geopackage/geopackage/
implementation ("mil.nga.geopackage:geopackage:3.2.0")
'mil.nga.geopackage:geopackage:jar:3.2.0'
<dependency org="mil.nga.geopackage" name="geopackage" rev="3.2.0">
<artifact name="geopackage" type="jar" />
</dependency>
@Grapes(
@Grab(group='mil.nga.geopackage', module='geopackage', version='3.2.0')
)
libraryDependencies += "mil.nga.geopackage" % "geopackage" % "3.2.0"
[mil.nga.geopackage/geopackage "3.2.0"]