License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.xml-cml |
ArtifactId | ArtifactIdeuclid |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCML Euclid
A Java library for 2D and 3D geometric calculations
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
euclid-1.0.1.pom | |
euclid-1.0.1.jar | 192 KB |
euclid-1.0.1-sources.jar | 168 KB |
euclid-1.0.1-javadoc.jar | 499 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xml-cml/euclid/ -->
<dependency>
<groupId>org.xml-cml</groupId>
<artifactId>euclid</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xml-cml/euclid/
implementation 'org.xml-cml:euclid:1.0.1'
// https://jarcasting.com/artifacts/org.xml-cml/euclid/
implementation ("org.xml-cml:euclid:1.0.1")
'org.xml-cml:euclid:jar:1.0.1'
<dependency org="org.xml-cml" name="euclid" rev="1.0.1">
<artifact name="euclid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xml-cml', module='euclid', version='1.0.1')
)
libraryDependencies += "org.xml-cml" % "euclid" % "1.0.1"
[org.xml-cml/euclid "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.0.1 |
log4j : log4j | jar | 1.2.16 |
org.apache.commons : commons-math | jar | 2.2 |
joda-time : joda-time | jar | 1.6.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.xml-cml : euclid-testutil | jar | 1.0.1 |