License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.metro |
ArtifactId | ArtifactIdmetro-bom |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMetro Web Services Stack Dependency POM
Metro Web Services Stack Dependency POM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
metro-bom-4.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/metro-bom/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>metro-bom</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/metro-bom/
implementation 'org.glassfish.metro:metro-bom:4.0.0'
// https://jarcasting.com/artifacts/org.glassfish.metro/metro-bom/
implementation ("org.glassfish.metro:metro-bom:4.0.0")
'org.glassfish.metro:metro-bom:pom:4.0.0'
<dependency org="org.glassfish.metro" name="metro-bom" rev="4.0.0">
<artifact name="metro-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='metro-bom', version='4.0.0')
)
libraryDependencies += "org.glassfish.metro" % "metro-bom" % "4.0.0"
[org.glassfish.metro/metro-bom "4.0.0"]