is not current version
Last Version 4.0.3

net.oneandone.stool:main 3.4.0

Stool's main component. Java Library, cli, setup code.

Categories

Categories

Net
GroupId

GroupId

net.oneandone.stool
ArtifactId

ArtifactId

main
Version

Version

3.4.0
Type

Type

jar

Download main 3.4.0


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