Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdnet.open-esb.netbeans |
ArtifactId | ArtifactIdbom |
Version | Version8.0.2 |
Type | Typepom |
Filename | Size |
---|---|
bom-8.0.2.pom | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.open-esb.netbeans/bom/ -->
<dependency>
<groupId>net.open-esb.netbeans</groupId>
<artifactId>bom</artifactId>
<version>8.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.netbeans/bom/
implementation 'net.open-esb.netbeans:bom:8.0.2'
// https://jarcasting.com/artifacts/net.open-esb.netbeans/bom/
implementation ("net.open-esb.netbeans:bom:8.0.2")
'net.open-esb.netbeans:bom:pom:8.0.2'
<dependency org="net.open-esb.netbeans" name="bom" rev="8.0.2">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.netbeans', module='bom', version='8.0.2')
)
libraryDependencies += "net.open-esb.netbeans" % "bom" % "8.0.2"
[net.open-esb.netbeans/bom "8.0.2"]