Download geopackage-core-3.0.0.jar file - Jar g

Jar examples for g:geopackage-core

Description

Core functionality for GeoPackage implementations

You can download jar file geopackage-core 3.0.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add geopackage-core-3.0.0.jar to your project.

<dependency>
   <groupId>mil.nga.geopackage</groupId>
   <artifactId>geopackage-core</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'mil.nga.geopackage', name: 'geopackage-core', version: '3.0.0'
libraryDependencies += "mil.nga.geopackage" % "geopackage-core" % "3.0.0"
<dependency org="mil.nga.geopackage" name="geopackage-core" rev="3.0.0"/>
@Grapes(@Grab(group='mil.nga.geopackage', module='geopackage-core', version='3.0.0'))
'mil.nga.geopackage:geopackage-core:jar:3.0.0'

Download

Click the following link to download the jar file.

geopackage-core-3.0.0-javadoc.jar
geopackage-core-3.0.0-sources.jar
geopackage-core-3.0.0.jar
geopackage-core-3.0.0.pom



Related Tutorials