Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.mortbay.hightide.example |
ArtifactId | ArtifactIdroot |
Version | Version6.1H.22 |
Type | Typewar |
Filename | Size |
---|---|
root-6.1H.22.pom | |
root-6.1H.22.war | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.hightide.example/root/ -->
<dependency>
<groupId>org.mortbay.hightide.example</groupId>
<artifactId>root</artifactId>
<version>6.1H.22</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.hightide.example/root/
implementation 'org.mortbay.hightide.example:root:6.1H.22'
// https://jarcasting.com/artifacts/org.mortbay.hightide.example/root/
implementation ("org.mortbay.hightide.example:root:6.1H.22")
'org.mortbay.hightide.example:root:war:6.1H.22'
<dependency org="org.mortbay.hightide.example" name="root" rev="6.1H.22">
<artifact name="root" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.hightide.example', module='root', version='6.1H.22')
)
libraryDependencies += "org.mortbay.hightide.example" % "root" % "6.1H.22"
[org.mortbay.hightide.example/root "6.1H.22"]