Categories |
CategoriesJetty Container Application Servers Geronimo |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-jetty |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeronimo :: Jetty
Geronimo Jetty Integration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
geronimo-jetty-1.1.1.pom | |
geronimo-jetty-1.1.1.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-jetty/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-jetty</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-jetty/
implementation 'geronimo:geronimo-jetty:1.1.1'
// https://jarcasting.com/artifacts/geronimo/geronimo-jetty/
implementation ("geronimo:geronimo-jetty:1.1.1")
'geronimo:geronimo-jetty:jar:1.1.1'
<dependency org="geronimo" name="geronimo-jetty" rev="1.1.1">
<artifact name="geronimo-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-jetty', version='1.1.1')
)
libraryDependencies += "geronimo" % "geronimo-jetty" % "1.1.1"
[geronimo/geronimo-jetty "1.1.1"]