Download wkb-1.0.2.jar file - Jar w

Jar examples for w:wkb

Description

Library for writing and reading Well-Known Binary Geometries to and from bytes

You can download jar file wkb 1.0.2 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add wkb-1.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

wkb-1.0.2-javadoc.jar
wkb-1.0.2-sources.jar
wkb-1.0.2.jar
wkb-1.0.2.pom



Related Tutorials