Categories |
CategoriesIDE Development Tools Jetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.hightide |
ArtifactId | ArtifactIdjetty-resources |
Version | Version6.1H.14 |
Type | Typepom |
Filename | Size |
---|---|
jetty-resources-6.1H.14.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.hightide/jetty-resources/ -->
<dependency>
<groupId>org.mortbay.hightide</groupId>
<artifactId>jetty-resources</artifactId>
<version>6.1H.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.hightide/jetty-resources/
implementation 'org.mortbay.hightide:jetty-resources:6.1H.14'
// https://jarcasting.com/artifacts/org.mortbay.hightide/jetty-resources/
implementation ("org.mortbay.hightide:jetty-resources:6.1H.14")
'org.mortbay.hightide:jetty-resources:pom:6.1H.14'
<dependency org="org.mortbay.hightide" name="jetty-resources" rev="6.1H.14">
<artifact name="jetty-resources" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.hightide', module='jetty-resources', version='6.1H.14')
)
libraryDependencies += "org.mortbay.hightide" % "jetty-resources" % "6.1H.14"
[org.mortbay.hightide/jetty-resources "6.1H.14"]