You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where `<latest version>` refers to the version indicated by the badge above.
32
+
#### Proj4j EPSG
40
33
41
-
### Proj4j EPSG
34
+
`Proj4J-EPSG` module distributes a portion of the EPSG dataset. This artifact is released the [EPSG database distribution license](https://raw.githubusercontent.com/locationtech/proj4j/master/LICENSE.EPSG).
42
35
43
-
Proj4J-EPSG module distributes a portion of the EPSG dataset. This artifact is released the [EPSG database distribution license](https://raw.githubusercontent.com/locationtech/proj4j/master/LICENSE.EPSG).
36
+
To include `Proj4J-EPSG` in a Maven project, add a dependency block like the following:
44
37
```xml
45
38
<properties>
46
-
<proj4j.version><latest version></proj4j.version>
39
+
<proj4j.version>{latest version}</proj4j.version>
47
40
</properties>
48
41
<dependency>
49
42
<groupId>org.locationtech.proj4j</groupId>
50
43
<artifactId>proj4j-epsg</artifactId>
51
44
<version>${proj4j.version}</version>
52
45
</dependency>
53
46
```
54
-
where `<latest version>` refers to the version indicated by the badge above.
47
+
where `{latest version}` refers to the version indicated by the badge above.
48
+
49
+
### Using Proj4J with Gradle
50
+
51
+
To include Proj4J in a Gradle project, add a dependency block like the following:
0 commit comments