Categories |
CategoriesJetty Container Application Servers Geronimo |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-jetty |
Version | Version1.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-jetty-1.0-M3.pom | |
geronimo-jetty-1.0-M3.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-jetty/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-jetty</artifactId>
<version>1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-jetty/
implementation 'geronimo:geronimo-jetty:1.0-M3'
// https://jarcasting.com/artifacts/geronimo/geronimo-jetty/
implementation ("geronimo:geronimo-jetty:1.0-M3")
'geronimo:geronimo-jetty:jar:1.0-M3'
<dependency org="geronimo" name="geronimo-jetty" rev="1.0-M3">
<artifact name="geronimo-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-jetty', version='1.0-M3')
)
libraryDependencies += "geronimo" % "geronimo-jetty" % "1.0-M3"
[geronimo/geronimo-jetty "1.0-M3"]