License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.mortbay.hightide.example |
ArtifactId | ArtifactIdroot |
Last Version | Last Version6.1H.24 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionHightide Root Webapp
Parent pom for Jetty at Codehaus
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
root-6.1H.24.pom | |
root-6.1H.24.war | 2 KB |
root-6.1H.24-sources.jar | 324 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.hightide.example/root/ -->
<dependency>
<groupId>org.mortbay.hightide.example</groupId>
<artifactId>root</artifactId>
<version>6.1H.24</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.hightide.example/root/
implementation 'org.mortbay.hightide.example:root:6.1H.24'
// https://jarcasting.com/artifacts/org.mortbay.hightide.example/root/
implementation ("org.mortbay.hightide.example:root:6.1H.24")
'org.mortbay.hightide.example:root:war:6.1H.24'
<dependency org="org.mortbay.hightide.example" name="root" rev="6.1H.24">
<artifact name="root" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.hightide.example', module='root', version='6.1H.24')
)
libraryDependencies += "org.mortbay.hightide.example" % "root" % "6.1H.24"
[org.mortbay.hightide.example/root "6.1H.24"]