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