MVN

org.citygml4j.tools : reproject

Maven & Gradle

Feb 01, 2022
109 stars

reproject · citygml4j library to reproject city objects to a new spatial reference system

<dependency>
    <groupId>org.citygml4j.tools</groupId>
    <artifactId>reproject</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.citygml4j.tools : reproject to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of org.citygml4j.tools : reproject to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
reproject-1.4.4
reproject-1.4.3
reproject-1.4.2
reproject-1.4.1
reproject-1.4.0
1.0.x
reproject-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.citygml4j.tools</groupId>
    <artifactId>reproject</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.citygml4j.tools : reproject gradle dependency to your build.gradle file:

implementation 'org.citygml4j.tools:reproject:1.4.4'

Gradle Kotlin DSL: Add the following org.citygml4j.tools : reproject gradle kotlin dependency to your build.gradle.kts file:

implementation("org.citygml4j.tools:reproject:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.citygml4j.tools : reproject sbt scala dependency to your build.sbt file:

libraryDependencies += "org.citygml4j.tools" % "reproject" % "1.4.4"

Advertisement