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