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