is not current version
Last Version 1.1.5

org.locationtech.proj4j:proj4j 1.0.0

Java port of the Proj.4 library for coordinate reprojection

GroupId

GroupId

org.locationtech.proj4j
ArtifactId

ArtifactId

proj4j
Version

Version

1.0.0
Type

Type

jar

Download proj4j 1.0.0


<!-- https://jarcasting.com/artifacts/org.locationtech.proj4j/proj4j/ -->
<dependency>
    <groupId>org.locationtech.proj4j</groupId>
    <artifactId>proj4j</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.proj4j/proj4j/
implementation 'org.locationtech.proj4j:proj4j:1.0.0'
// https://jarcasting.com/artifacts/org.locationtech.proj4j/proj4j/
implementation ("org.locationtech.proj4j:proj4j:1.0.0")
'org.locationtech.proj4j:proj4j:jar:1.0.0'
<dependency org="org.locationtech.proj4j" name="proj4j" rev="1.0.0">
  <artifact name="proj4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.proj4j', module='proj4j', version='1.0.0')
)
libraryDependencies += "org.locationtech.proj4j" % "proj4j" % "1.0.0"
[org.locationtech.proj4j/proj4j "1.0.0"]