o

officebuilding

Building to host the execution of multiple OfficeFloors
Files download
File Operation
officebuilding-2.14.0.jar download
officebuilding-2.14.0.pom download
officebuilding-2.14.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.officefloor.core</groupId>
  <artifactId>officebuilding</artifactId>
  <version>2.14.0</version>
</dependency>
Gradle Groovy
implementation 'net.officefloor.core:officebuilding:2.14.0'
Gradle Kotlin
implementation("net.officefloor.core:officebuilding:2.14.0")
Scala SBT
libraryDependencies += "net.officefloor.core" % "officebuilding" % "2.14.0"
Groovy Grape
@Grapes(
  @Grab(group='net.officefloor.core', module='officebuilding', version='2.14.0')
)
Apache Ivy
<dependency org="net.officefloor.core" name="officebuilding" rev="2.14.0" />
Leiningen
[net.officefloor.core/officebuilding "2.14.0"]
Apache Buildr
'net.officefloor.core:officebuilding:jar:2.14.0'