is not current version
Last Version 2.2.1

org.apache.geronimo.plugins:jetty7 2.2

Jetty7 plugin

Categories

Categories

Jetty Container Application Servers Geronimo
GroupId

GroupId

org.apache.geronimo.plugins
ArtifactId

ArtifactId

jetty7
Version

Version

2.2
Type

Type

pom

Download jetty7 2.2

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"]