License |
License |
---|---|
GroupId | GroupIdorg.commonjava.boms |
ArtifactId | ArtifactIdweb-commons-bom |
Version | Version26 |
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-26.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>26</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.boms/web-commons-bom/
implementation 'org.commonjava.boms:web-commons-bom:26'
// https://jarcasting.com/artifacts/org.commonjava.boms/web-commons-bom/
implementation ("org.commonjava.boms:web-commons-bom:26")
'org.commonjava.boms:web-commons-bom:pom:26'
<dependency org="org.commonjava.boms" name="web-commons-bom" rev="26">
<artifact name="web-commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.boms', module='web-commons-bom', version='26')
)
libraryDependencies += "org.commonjava.boms" % "web-commons-bom" % "26"
[org.commonjava.boms/web-commons-bom "26"]