| License |
License |
|---|---|
| GroupId | GroupIdorg.commonjava.boms |
| ArtifactId | ArtifactIdweb-commons-bom |
| Version | Version27 |
| Type | Typepom |
| Description |
DescriptionWeb Commons (BOM)
List of common dependencies used in web applications.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| web-commons-bom-27.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.boms/web-commons-bom/ -->
<dependency>
<groupId>org.commonjava.boms</groupId>
<artifactId>web-commons-bom</artifactId>
<version>27</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.boms/web-commons-bom/
implementation 'org.commonjava.boms:web-commons-bom:27'
// https://jarcasting.com/artifacts/org.commonjava.boms/web-commons-bom/
implementation ("org.commonjava.boms:web-commons-bom:27")
'org.commonjava.boms:web-commons-bom:pom:27'
<dependency org="org.commonjava.boms" name="web-commons-bom" rev="27">
<artifact name="web-commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.boms', module='web-commons-bom', version='27')
)
libraryDependencies += "org.commonjava.boms" % "web-commons-bom" % "27"
[org.commonjava.boms/web-commons-bom "27"]