Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Dec 24, 2023
1 parent 8f61332 commit b327b33
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<properties>
Expand Down Expand Up @@ -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:

```
Expand Down

0 comments on commit b327b33

Please sign in to comment.