License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdproject |
Last Version | Last Version6.1.26 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJetty Server Project
Parent pom for Jetty at Codehaus
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
project-6.1.26.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/project/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>project</artifactId>
<version>6.1.26</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/project/
implementation 'org.mortbay.jetty:project:6.1.26'
// https://jarcasting.com/artifacts/org.mortbay.jetty/project/
implementation ("org.mortbay.jetty:project:6.1.26")
'org.mortbay.jetty:project:pom:6.1.26'
<dependency org="org.mortbay.jetty" name="project" rev="6.1.26">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='project', version='6.1.26')
)
libraryDependencies += "org.mortbay.jetty" % "project" % "6.1.26"
[org.mortbay.jetty/project "6.1.26"]