Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor.web |
ArtifactId | ArtifactIdwoof_test |
Version | Version3.28.0 |
Type | Typejar |
Filename | Size |
---|---|
woof_test-3.28.0.pom | |
woof_test-3.28.0.jar | 25 KB |
woof_test-3.28.0-test-sources.jar | 18 KB |
woof_test-3.28.0-sources.jar | 16 KB |
woof_test-3.28.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.officefloor.web/woof_test/ -->
<dependency>
<groupId>net.officefloor.web</groupId>
<artifactId>woof_test</artifactId>
<version>3.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.web/woof_test/
implementation 'net.officefloor.web:woof_test:3.28.0'
// https://jarcasting.com/artifacts/net.officefloor.web/woof_test/
implementation ("net.officefloor.web:woof_test:3.28.0")
'net.officefloor.web:woof_test:jar:3.28.0'
<dependency org="net.officefloor.web" name="woof_test" rev="3.28.0">
<artifact name="woof_test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.web', module='woof_test', version='3.28.0')
)
libraryDependencies += "net.officefloor.web" % "woof_test" % "3.28.0"
[net.officefloor.web/woof_test "3.28.0"]