is not current version
Last Version 2.1.7

Tinfour 2.1.6

Java library for Constrained Delaunay Triangulation, Voronoi Diagram, and related Triangular Irregular Network (TIN) applications

License

License

GroupId

GroupId

org.tinfour
ArtifactId

ArtifactId

Tinfour
Version

Version

2.1.6
Type

Type

pom
Description

Description

Tinfour
Java library for Constrained Delaunay Triangulation, Voronoi Diagram, and related Triangular Irregular Network (TIN) applications
Project URL

Project URL

http://www.tinfour.org
Source Code Management

Source Code Management

https://github.com/gwlucastrig/Tinfour/tree/master

Download Tinfour 2.1.6

Filename Size
Tinfour-2.1.6.pom 8 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • analysis
  • core
  • demo
  • gis
  • svm