Download geopackage-core-3.0.1.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.1 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials