License |
License |
---|---|
GroupId | GroupIdcom.harium.etyl |
ArtifactId | ArtifactIdpath-tool |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPath Tool
Tool to generate bézier lines
|
Filename | Size |
---|---|
path-tool-1.0.1.pom | |
path-tool-1.0.1.jar | 7 KB |
path-tool-1.0.1-sources.jar | 5 KB |
path-tool-1.0.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.etyl/path-tool/ -->
<dependency>
<groupId>com.harium.etyl</groupId>
<artifactId>path-tool</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.etyl/path-tool/
implementation 'com.harium.etyl:path-tool:1.0.1'
// https://jarcasting.com/artifacts/com.harium.etyl/path-tool/
implementation ("com.harium.etyl:path-tool:1.0.1")
'com.harium.etyl:path-tool:jar:1.0.1'
<dependency org="com.harium.etyl" name="path-tool" rev="1.0.1">
<artifact name="path-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.etyl', module='path-tool', version='1.0.1')
)
libraryDependencies += "com.harium.etyl" % "path-tool" % "1.0.1"
[com.harium.etyl/path-tool "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.harium.etyl : geometry | jar | 1.2.0 |
gov.nist.math : jama | jar | 1.0.3 |
org.jsoup : jsoup | jar | 1.14.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |