MVN

org.orbisgis : jdelaunay

Maven & Gradle

Sep 25, 2014
2 usages
16 stars

jdelaunay · Library in Java dedicated to the processing of Delaunay and constrained Delaunay triangulations.

<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>jdelaunay</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.orbisgis : jdelaunay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of org.orbisgis : jdelaunay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jdelaunay-0.5.3
jdelaunay-0.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>jdelaunay</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.orbisgis : jdelaunay gradle dependency to your build.gradle file:

implementation 'org.orbisgis:jdelaunay:0.5.3'

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

implementation("org.orbisgis:jdelaunay:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.orbisgis : jdelaunay sbt scala dependency to your build.sbt file:

libraryDependencies += "org.orbisgis" % "jdelaunay" % "0.5.3"

Advertisement

Dependencies from Group

Apr 27, 2015
12 usages
Jan 12, 2023
8 usages
200 stars
cts
Jan 12, 2023
5 usages
47 stars
Oct 03, 2017
4 usages
200 stars
Jan 12, 2023
4 usages
192 stars

Discover Dependencies