is not current version
Last Version 6.1H.24

org.mortbay.hightide.example:root 6.1H.22


Categories

Categories

IDE Development Tools
GroupId

GroupId

org.mortbay.hightide.example
ArtifactId

ArtifactId

root
Version

Version

6.1H.22
Type

Type

war

Download root 6.1H.22


<!-- 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"]