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