is not current version
Last Version 4.0.3

net.oneandone.stool:main 4.0.1

Stool's main component. Command line tool and Java Library for dashboard.

Categories

Categories

Net
GroupId

GroupId

net.oneandone.stool
ArtifactId

ArtifactId

main
Version

Version

4.0.1
Type

Type

jar

Download main 4.0.1


<!-- https://jarcasting.com/artifacts/net.oneandone.stool/main/ -->
<dependency>
    <groupId>net.oneandone.stool</groupId>
    <artifactId>main</artifactId>
    <version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.stool/main/
implementation 'net.oneandone.stool:main:4.0.1'
// https://jarcasting.com/artifacts/net.oneandone.stool/main/
implementation ("net.oneandone.stool:main:4.0.1")
'net.oneandone.stool:main:jar:4.0.1'
<dependency org="net.oneandone.stool" name="main" rev="4.0.1">
  <artifact name="main" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.stool', module='main', version='4.0.1')
)
libraryDependencies += "net.oneandone.stool" % "main" % "4.0.1"
[net.oneandone.stool/main "4.0.1"]