Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor.server |
ArtifactId | ArtifactIdofficeserver_test |
Version | Version3.27.0 |
Type | Typejar |
Filename | Size |
---|---|
officeserver_test-3.27.0.pom | |
officeserver_test-3.27.0.jar | 32 KB |
officeserver_test-3.27.0-test-sources.jar | 11 KB |
officeserver_test-3.27.0-sources.jar | 21 KB |
officeserver_test-3.27.0-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.officefloor.server/officeserver_test/ -->
<dependency>
<groupId>net.officefloor.server</groupId>
<artifactId>officeserver_test</artifactId>
<version>3.27.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.server/officeserver_test/
implementation 'net.officefloor.server:officeserver_test:3.27.0'
// https://jarcasting.com/artifacts/net.officefloor.server/officeserver_test/
implementation ("net.officefloor.server:officeserver_test:3.27.0")
'net.officefloor.server:officeserver_test:jar:3.27.0'
<dependency org="net.officefloor.server" name="officeserver_test" rev="3.27.0">
<artifact name="officeserver_test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.server', module='officeserver_test', version='3.27.0')
)
libraryDependencies += "net.officefloor.server" % "officeserver_test" % "3.27.0"
[net.officefloor.server/officeserver_test "3.27.0"]