Skip to content

Commit cca3891

Browse files
author
osbornb
committed
README central repository update
1 parent 82da038 commit cca3891

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Software source code previously released under an open source license and then m
1313

1414
GeoPackage Core provides core functionality for GeoPackage implementations of the Open Geospatial Consortium [GeoPackage](http://www.geopackage.org/) [spec](http://www.geopackage.org/spec/).
1515

16-
It is the core library of both the [GeoPackage Android](https://github.com/ngageoint/geopackage-android) SDK and [GeoPackage Java](https://github.com/ngageoint/geopackage-java) library.
16+
It is the core library of the [GeoPackage Android](https://github.com/ngageoint/geopackage-android) SDK and [GeoPackage Java](https://github.com/ngageoint/geopackage-java) library, both which can be found under [OGC GeoPackage Implementations](http://www.geopackage.org/#implementations) by the National Geospatial-Intelligence Agency.
1717

1818
### Usage ###
1919

@@ -29,10 +29,17 @@ The [GeoPackage MapCache](https://github.com/ngageoint/geopackage-mapcache-andro
2929

3030
The [GeoPackage Java](https://github.com/ngageoint/geopackage-java) library is a Java GeoPackage implementation.
3131

32-
### Build ###
32+
### Installation ###
33+
34+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.0.0|jar)
3335

34-
The following repository must be built first (Central Repository Artifacts Coming Soon):
35-
* [GeoPackage WKB Java] (https://github.com/ngageoint/geopackage-wkb-java)
36+
<dependency>
37+
<groupId>mil.nga.geopackage</groupId>
38+
<artifactId>geopackage-core</artifactId>
39+
<version>1.0.0</version>
40+
</dependency>
41+
42+
### Build ###
3643

3744
Build this repository using Eclipse and/or Maven:
3845

0 commit comments

Comments
 (0)