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