MVN

org.nkjmlab : nkjmlab-utils-jpdatum

Maven & Gradle

Jun 15, 2023
2 stars

nkjmlab-utils-jpdatum · Utilities for Tokyo Datum, WGS84 and Japan Plane Rectangular

<dependency>
    <groupId>org.nkjmlab</groupId>
    <artifactId>nkjmlab-utils-jpdatum</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nkjmlab : nkjmlab-utils-jpdatum to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3

All Versions

Choose a version of org.nkjmlab : nkjmlab-utils-jpdatum to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
nkjmlab-utils-jpdatum-0.9.3
nkjmlab-utils-jpdatum-0.9.2
nkjmlab-utils-jpdatum-0.9.1
nkjmlab-utils-jpdatum-0.9.0
0.1.x
nkjmlab-utils-jpdatum-0.1.0
0.0.x
nkjmlab-utils-jpdatum-0.0.2

How to add a dependency to Maven

Add the following org.nkjmlab : nkjmlab-utils-jpdatum maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nkjmlab</groupId>
    <artifactId>nkjmlab-utils-jpdatum</artifactId>
    <version>0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nkjmlab : nkjmlab-utils-jpdatum gradle dependency to your build.gradle file:

implementation 'org.nkjmlab:nkjmlab-utils-jpdatum:0.9.3'

Gradle Kotlin DSL: Add the following org.nkjmlab : nkjmlab-utils-jpdatum gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nkjmlab:nkjmlab-utils-jpdatum:0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nkjmlab : nkjmlab-utils-jpdatum sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nkjmlab" % "nkjmlab-utils-jpdatum" % "0.9.3"