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