License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-bom |
Last Version | Last Version11.0.11 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJetty :: BOM
Jetty BOM artifact
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jetty-bom-11.0.11.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-bom/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-bom</artifactId>
<version>11.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-bom/
implementation 'org.eclipse.jetty:jetty-bom:11.0.11'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-bom/
implementation ("org.eclipse.jetty:jetty-bom:11.0.11")
'org.eclipse.jetty:jetty-bom:pom:11.0.11'
<dependency org="org.eclipse.jetty" name="jetty-bom" rev="11.0.11">
<artifact name="jetty-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-bom', version='11.0.11')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-bom" % "11.0.11"
[org.eclipse.jetty/jetty-bom "11.0.11"]