Categories |
CategoriesJetty Container Application Servers Geronimo |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdjetty7 |
Version | Version2.2 |
Type | Typepom |
Filename | Size |
---|---|
jetty7-2.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/jetty7/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>jetty7</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/jetty7/
implementation 'org.apache.geronimo.plugins:jetty7:2.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/jetty7/
implementation ("org.apache.geronimo.plugins:jetty7:2.2")
'org.apache.geronimo.plugins:jetty7:pom:2.2'
<dependency org="org.apache.geronimo.plugins" name="jetty7" rev="2.2">
<artifact name="jetty7" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='jetty7', version='2.2')
)
libraryDependencies += "org.apache.geronimo.plugins" % "jetty7" % "2.2"
[org.apache.geronimo.plugins/jetty7 "2.2"]