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