| Categories |
CategoriesOrienteer General Purpose Libraries Other |
|---|---|
| GroupId | GroupIdorg.orienteer |
| ArtifactId | ArtifactIdorienteer-war |
| Version | Version1.4 |
| Type | Typewar |
| Filename | Size |
|---|---|
| orienteer-war-1.4.pom | |
| orienteer-war-1.4.war | 64 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.orienteer/orienteer-war/ -->
<dependency>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-war</artifactId>
<version>1.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.orienteer/orienteer-war/
implementation 'org.orienteer:orienteer-war:1.4'
// https://jarcasting.com/artifacts/org.orienteer/orienteer-war/
implementation ("org.orienteer:orienteer-war:1.4")
'org.orienteer:orienteer-war:war:1.4'
<dependency org="org.orienteer" name="orienteer-war" rev="1.4">
<artifact name="orienteer-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.orienteer', module='orienteer-war', version='1.4')
)
libraryDependencies += "org.orienteer" % "orienteer-war" % "1.4"
[org.orienteer/orienteer-war "1.4"]