Categories |
CategoriesJetty Container Application Servers Geronimo |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-jetty6 |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-jetty6-2.1.4.pom | |
geronimo-jetty6-2.1.4.jar | 100 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-jetty6/
implementation 'org.apache.geronimo.modules:geronimo-jetty6:2.1.4'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-jetty6/
implementation ("org.apache.geronimo.modules:geronimo-jetty6:2.1.4")
'org.apache.geronimo.modules:geronimo-jetty6:jar:2.1.4'
<dependency org="org.apache.geronimo.modules" name="geronimo-jetty6" rev="2.1.4">
<artifact name="geronimo-jetty6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-jetty6', version='2.1.4')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-jetty6" % "2.1.4"
[org.apache.geronimo.modules/geronimo-jetty6 "2.1.4"]