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