is not current version
Last Version 27

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

List of common dependencies used in web applications.

GroupId

GroupId

org.commonjava.boms
ArtifactId

ArtifactId

web-commons-bom
Version

Version

7
Type

Type

pom

Download web-commons-bom 7

Filename Size
web-commons-bom-7.pom 10 KB
Browse

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