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