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