| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.oneandone.stool |
| ArtifactId | ArtifactIdsetup |
| Version | Version3.3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| setup-3.3.3.pom | |
| setup-3.3.3.jar | 17 KB |
| setup-3.3.3-sources.jar | 8 KB |
| setup-3.3.3-javadoc.jar | 45 KB |
| setup-3.3.3-dashboard.deb | 16 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.stool/setup/ -->
<dependency>
<groupId>net.oneandone.stool</groupId>
<artifactId>setup</artifactId>
<version>3.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.stool/setup/
implementation 'net.oneandone.stool:setup:3.3.3'
// https://jarcasting.com/artifacts/net.oneandone.stool/setup/
implementation ("net.oneandone.stool:setup:3.3.3")
'net.oneandone.stool:setup:jar:3.3.3'
<dependency org="net.oneandone.stool" name="setup" rev="3.3.3">
<artifact name="setup" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.stool', module='setup', version='3.3.3')
)
libraryDependencies += "net.oneandone.stool" % "setup" % "3.3.3"
[net.oneandone.stool/setup "3.3.3"]