is not current version
Last Version 27

org.commonjava.boms:web-commons-bom 17

List of common dependencies used in web applications.

GroupId

GroupId

org.commonjava.boms
ArtifactId

ArtifactId

web-commons-bom
Version

Version

17
Type

Type

pom

Download web-commons-bom 17

Filename Size
web-commons-bom-17.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/org.commonjava.boms/web-commons-bom/ -->
<dependency>
    <groupId>org.commonjava.boms</groupId>
    <artifactId>web-commons-bom</artifactId>
    <version>17</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.boms/web-commons-bom/
implementation 'org.commonjava.boms:web-commons-bom:17'
// https://jarcasting.com/artifacts/org.commonjava.boms/web-commons-bom/
implementation ("org.commonjava.boms:web-commons-bom:17")
'org.commonjava.boms:web-commons-bom:pom:17'
<dependency org="org.commonjava.boms" name="web-commons-bom" rev="17">
  <artifact name="web-commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.boms', module='web-commons-bom', version='17')
)
libraryDependencies += "org.commonjava.boms" % "web-commons-bom" % "17"
[org.commonjava.boms/web-commons-bom "17"]