Proj4J

Java port of the Proj.4 library for coordinate reprojection

License

License

GroupId

GroupId

org.meteothink
ArtifactId

ArtifactId

proj4j
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Proj4J
Java port of the Proj.4 library for coordinate reprojection
Project URL

Project URL

https://github.com/Yaqiang/proj4j
Source Code Management

Source Code Management

https://github.com/locationtech/proj4j.git

Download proj4j

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Proj4J

Proj4J is a Java library for converting coordinates between different geospatial coordinate reference systems. It is designed to be compatible with proj.4 parameters and derives some of its implementation from the proj.4 sources.

Building, Testing and installing locally

mvn clean install

org.meteothink

LocationTech

Versions

Version
1.0.1