MVN

org.osgeo : proj4j

Maven & Gradle

Feb 15, 2015
15 usages
2 stars

proj4j · Proj4J is a Java library to transform point coordinates from one geographic coordinate system to another, including datum transformations.

<dependency>
    <groupId>org.osgeo</groupId>
    <artifactId>proj4j</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.osgeo : proj4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of org.osgeo : proj4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
proj4j-0.1.0

How to add a dependency to Maven

Add the following org.osgeo : proj4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.osgeo</groupId>
    <artifactId>proj4j</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.osgeo : proj4j gradle dependency to your build.gradle file:

implementation 'org.osgeo:proj4j:0.1.0'

Gradle Kotlin DSL: Add the following org.osgeo : proj4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.osgeo:proj4j:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.osgeo : proj4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.osgeo" % "proj4j" % "0.1.0"

Advertisement