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