| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.officefloor.core |
| ArtifactId | ArtifactIdofficebuilding |
| Version | Version2.13.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| officebuilding-2.13.0.pom | |
| officebuilding-2.13.0.jar | 164 KB |
| officebuilding-2.13.0-test-sources.jar | 74 KB |
| officebuilding-2.13.0-sources.jar | 151 KB |
| officebuilding-2.13.0-release.zip | 7 MB |
| officebuilding-2.13.0-javadoc.jar | 597 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.officefloor.core/officebuilding/ -->
<dependency>
<groupId>net.officefloor.core</groupId>
<artifactId>officebuilding</artifactId>
<version>2.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.core/officebuilding/
implementation 'net.officefloor.core:officebuilding:2.13.0'
// https://jarcasting.com/artifacts/net.officefloor.core/officebuilding/
implementation ("net.officefloor.core:officebuilding:2.13.0")
'net.officefloor.core:officebuilding:jar:2.13.0'
<dependency org="net.officefloor.core" name="officebuilding" rev="2.13.0">
<artifact name="officebuilding" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.core', module='officebuilding', version='2.13.0')
)
libraryDependencies += "net.officefloor.core" % "officebuilding" % "2.13.0"
[net.officefloor.core/officebuilding "2.13.0"]