diff --git a/README.md b/README.md index 5b9aa30..4d64837 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Proj4J is a project in the [LocationTech](http://www.locationtech.org) working g Proj4J artifacts are available on maven central. -### Using Proj4J with Maven - **!Important!** As of `1.2.2` version, `proj4-core` contains no EPSG Licensed files. In order to make proj4j properly operate, it makes sense to consider `proj4-epsg` dependency usage. +### Using Proj4J with Maven + To include Proj4J in a Maven project, add a dependency block like the following: ```xml @@ -48,9 +48,6 @@ where `{latest version}` refers to the version indicated by the badge above. ### Using Proj4J with Gradle -**!Important!** As of `1.2.2` version, `proj4-core` contains no EPSG Licensed files. -In order to make proj4j properly operate, it makes sense to consider `proj4-epsg` dependency usage. - To include Proj4J in a Gradle project, add a dependency block like the following: ```