Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor |
ArtifactId | ArtifactIdbom |
Version | Version3.30.2 |
Type | Typepom |
Filename | Size |
---|---|
bom-3.30.2.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.officefloor/bom/ -->
<dependency>
<groupId>net.officefloor</groupId>
<artifactId>bom</artifactId>
<version>3.30.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor/bom/
implementation 'net.officefloor:bom:3.30.2'
// https://jarcasting.com/artifacts/net.officefloor/bom/
implementation ("net.officefloor:bom:3.30.2")
'net.officefloor:bom:pom:3.30.2'
<dependency org="net.officefloor" name="bom" rev="3.30.2">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.officefloor', module='bom', version='3.30.2')
)
libraryDependencies += "net.officefloor" % "bom" % "3.30.2"
[net.officefloor/bom "3.30.2"]