License |
License |
---|---|
GroupId | GroupIdcom.goebl |
ArtifactId | ArtifactIdsimplify |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimplify-java
2D/3D polyline simplification
|
Project URL |
Project URL |
Filename | Size |
---|---|
simplify-1.0.0.pom | |
simplify-1.0.0.jar | 10 KB |
simplify-1.0.0-sources.jar | 5 KB |
simplify-1.0.0-javadoc.jar | 41 KB |
simplify-1.0.0-jar-with-dependencies.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.goebl/simplify/ -->
<dependency>
<groupId>com.goebl</groupId>
<artifactId>simplify</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.goebl/simplify/
implementation 'com.goebl:simplify:1.0.0'
// https://jarcasting.com/artifacts/com.goebl/simplify/
implementation ("com.goebl:simplify:1.0.0")
'com.goebl:simplify:jar:1.0.0'
<dependency org="com.goebl" name="simplify" rev="1.0.0">
<artifact name="simplify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goebl', module='simplify', version='1.0.0')
)
libraryDependencies += "com.goebl" % "simplify" % "1.0.0"
[com.goebl/simplify "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |