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