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