License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.metro |
ArtifactId | ArtifactIdmetro-bom |
Version | Version3.0.1 |
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-3.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/metro-bom/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>metro-bom</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/metro-bom/
implementation 'org.glassfish.metro:metro-bom:3.0.1'
// https://jarcasting.com/artifacts/org.glassfish.metro/metro-bom/
implementation ("org.glassfish.metro:metro-bom:3.0.1")
'org.glassfish.metro:metro-bom:pom:3.0.1'
<dependency org="org.glassfish.metro" name="metro-bom" rev="3.0.1">
<artifact name="metro-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='metro-bom', version='3.0.1')
)
libraryDependencies += "org.glassfish.metro" % "metro-bom" % "3.0.1"
[org.glassfish.metro/metro-bom "3.0.1"]