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