Categories |
CategoriesJetty Container Application Servers Geronimo |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-jetty6 |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-jetty6-2.1.1.pom | |
geronimo-jetty6-2.1.1.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-jetty6/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-jetty6</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-jetty6/
implementation 'org.apache.geronimo.modules:geronimo-jetty6:2.1.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-jetty6/
implementation ("org.apache.geronimo.modules:geronimo-jetty6:2.1.1")
'org.apache.geronimo.modules:geronimo-jetty6:jar:2.1.1'
<dependency org="org.apache.geronimo.modules" name="geronimo-jetty6" rev="2.1.1">
<artifact name="geronimo-jetty6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-jetty6', version='2.1.1')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-jetty6" % "2.1.1"
[org.apache.geronimo.modules/geronimo-jetty6 "2.1.1"]