| License |
License |
|---|---|
| GroupId | GroupIdio.github.earcut4j |
| ArtifactId | ArtifactIdearcut4j |
| Version | Version2.2.2 |
| Type | Typejar |
| Description |
Descriptionearcut4j
earcut4j for polygon triangulation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| earcut4j-2.2.2.pom | |
| earcut4j-2.2.2.jar | 11 KB |
| earcut4j-2.2.2-sources.jar | 8 KB |
| earcut4j-2.2.2-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.earcut4j/earcut4j/ -->
<dependency>
<groupId>io.github.earcut4j</groupId>
<artifactId>earcut4j</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.earcut4j/earcut4j/
implementation 'io.github.earcut4j:earcut4j:2.2.2'
// https://jarcasting.com/artifacts/io.github.earcut4j/earcut4j/
implementation ("io.github.earcut4j:earcut4j:2.2.2")
'io.github.earcut4j:earcut4j:jar:2.2.2'
<dependency org="io.github.earcut4j" name="earcut4j" rev="2.2.2">
<artifact name="earcut4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.earcut4j', module='earcut4j', version='2.2.2')
)
libraryDependencies += "io.github.earcut4j" % "earcut4j" % "2.2.2"
[io.github.earcut4j/earcut4j "2.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |