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