License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.blueobelisk |
ArtifactId | ArtifactIdeuclid |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionCML Euclid
A Java library for 2D and 3D geometric calculations
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
euclid-1.5.pom | |
euclid-1.5.jar | 403 KB |
euclid-1.5-sources.jar | 340 KB |
euclid-1.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.blueobelisk/euclid/ -->
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.blueobelisk/euclid/
implementation 'org.blueobelisk:euclid:1.5'
// https://jarcasting.com/artifacts/org.blueobelisk/euclid/
implementation ("org.blueobelisk:euclid:1.5")
'org.blueobelisk:euclid:jar:1.5'
<dependency org="org.blueobelisk" name="euclid" rev="1.5">
<artifact name="euclid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blueobelisk', module='euclid', version='1.5')
)
libraryDependencies += "org.blueobelisk" % "euclid" % "1.5"
[org.blueobelisk/euclid "1.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
commons-io : commons-io | jar | 2.10.0 |
org.apache.logging.log4j : log4j | pom | 2.17.0 |
org.apache.logging.log4j : log4j-1.2-api | jar | 2.17.0 |
org.apache.commons : commons-lang3 | jar | 3.0 |
org.apache.commons : commons-math | jar | 2.2 |
joda-time : joda-time | jar | 1.6.2 |
xom : xom | jar | 1.2.5 |
com.google.guava : guava | jar | [30.0-jre,) |