Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.fosstree |
ArtifactId | ArtifactIdeuclid |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
euclid-1.0.1.pom | |
euclid-1.0.1.jar | 11 KB |
euclid-1.0.1-sources.jar | 6 KB |
euclid-1.0.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fosstree/euclid/ -->
<dependency>
<groupId>io.github.fosstree</groupId>
<artifactId>euclid</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fosstree/euclid/
implementation 'io.github.fosstree:euclid:1.0.1'
// https://jarcasting.com/artifacts/io.github.fosstree/euclid/
implementation ("io.github.fosstree:euclid:1.0.1")
'io.github.fosstree:euclid:jar:1.0.1'
<dependency org="io.github.fosstree" name="euclid" rev="1.0.1">
<artifact name="euclid" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fosstree', module='euclid', version='1.0.1')
)
libraryDependencies += "io.github.fosstree" % "euclid" % "1.0.1"
[io.github.fosstree/euclid "1.0.1"]