| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.blueobelisk |
| ArtifactId | ArtifactIdeuclid |
| Last Version | Last Version2.1 |
| Release Date | Release Date |
| 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-2.1.pom | |
| euclid-2.1.jar | 403 KB |
| euclid-2.1-sources.jar | 340 KB |
| euclid-2.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.blueobelisk/euclid/ -->
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.blueobelisk/euclid/
implementation 'org.blueobelisk:euclid:2.1'
// https://jarcasting.com/artifacts/org.blueobelisk/euclid/
implementation ("org.blueobelisk:euclid:2.1")
'org.blueobelisk:euclid:jar:2.1'
<dependency org="org.blueobelisk" name="euclid" rev="2.1">
<artifact name="euclid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blueobelisk', module='euclid', version='2.1')
)
libraryDependencies += "org.blueobelisk" % "euclid" % "2.1"
[org.blueobelisk/euclid "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| commons-io : commons-io | jar | 2.11.0 |
| org.apache.logging.log4j : log4j | pom | 2.17.2 |
| org.apache.logging.log4j : log4j-1.2-api | jar | 2.17.2 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.apache.commons : commons-math | jar | 2.2 |
| joda-time : joda-time | jar | 2.10.14 |
| xom : xom | jar | 1.3.7 |