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