License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-contrib-parent |
Last Version | Last Version7.0.0.pre5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJetty Contrib :: Parent
Contributed modules.
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
jetty-contrib-parent-7.0.0.pre5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-contrib-parent/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-contrib-parent</artifactId>
<version>7.0.0.pre5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-contrib-parent/
implementation 'org.mortbay.jetty:jetty-contrib-parent:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-contrib-parent/
implementation ("org.mortbay.jetty:jetty-contrib-parent:7.0.0.pre5")
'org.mortbay.jetty:jetty-contrib-parent:pom:7.0.0.pre5'
<dependency org="org.mortbay.jetty" name="jetty-contrib-parent" rev="7.0.0.pre5">
<artifact name="jetty-contrib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-contrib-parent', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-contrib-parent" % "7.0.0.pre5"
[org.mortbay.jetty/jetty-contrib-parent "7.0.0.pre5"]