| Categories |
CategoriesOrienteer General Purpose Libraries Other |
|---|---|
| GroupId | GroupIdorg.orienteer |
| ArtifactId | ArtifactIdorienteer-core |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| orienteer-core-1.1.pom | |
| orienteer-core-1.1.jar | 673 KB |
| orienteer-core-1.1-tests.jar | 26 KB |
| orienteer-core-1.1-sources.jar | 318 KB |
| orienteer-core-1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.orienteer/orienteer-core/ -->
<dependency>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.orienteer/orienteer-core/
implementation 'org.orienteer:orienteer-core:1.1'
// https://jarcasting.com/artifacts/org.orienteer/orienteer-core/
implementation ("org.orienteer:orienteer-core:1.1")
'org.orienteer:orienteer-core:jar:1.1'
<dependency org="org.orienteer" name="orienteer-core" rev="1.1">
<artifact name="orienteer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.orienteer', module='orienteer-core', version='1.1')
)
libraryDependencies += "org.orienteer" % "orienteer-core" % "1.1"
[org.orienteer/orienteer-core "1.1"]