| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.officefloor.core |
| ArtifactId | ArtifactIdofficebuilding |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| officebuilding-1.0.1.pom | |
| officebuilding-1.0.1.jar | 127 KB |
| officebuilding-1.0.1-test-sources.jar | 67 KB |
| officebuilding-1.0.1-sources.jar | 119 KB |
| officebuilding-1.0.1-release.zip | 6 MB |
| officebuilding-1.0.1-release.tar.gz | 6 MB |
| officebuilding-1.0.1-javadoc.jar | 511 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.officefloor.core/officebuilding/ -->
<dependency>
<groupId>net.officefloor.core</groupId>
<artifactId>officebuilding</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.core/officebuilding/
implementation 'net.officefloor.core:officebuilding:1.0.1'
// https://jarcasting.com/artifacts/net.officefloor.core/officebuilding/
implementation ("net.officefloor.core:officebuilding:1.0.1")
'net.officefloor.core:officebuilding:jar:1.0.1'
<dependency org="net.officefloor.core" name="officebuilding" rev="1.0.1">
<artifact name="officebuilding" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.core', module='officebuilding', version='1.0.1')
)
libraryDependencies += "net.officefloor.core" % "officebuilding" % "1.0.1"
[net.officefloor.core/officebuilding "1.0.1"]