Changes between Version 20 and Version 21 of GdalOgrInJava


Ignore:
Timestamp:
Apr 3, 2015, 4:10:55 PM (9 years ago)
Author:
jdeolive
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInJava

    v20 v21  
    99
    1010The minimum version of Java required to build the Java bindings is Java 1.4.
     11
     12= Maven Users =
     13
     14As of release 1.11.2 the Java bindings are available from the [http://search.maven.org Maven Central] repository. All that is needed is to declare a dependency.
     15
     16{{{
     17<dependency>
     18   <groupId>org.gdal</groupId>
     19   <artifactId>gdal</artifactId>
     20   <version>1.11.2</version>
     21</dependency>
     22}}}
     23
    1124
    1225= Useful Links =
     
    2740
    2841 
    29