is not current version
Last Version 4.0.3

net.oneandone.stool:main 3.4.5

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

Categories

Categories

Net
GroupId

GroupId

net.oneandone.stool
ArtifactId

ArtifactId

main
Version

Version

3.4.5
Type

Type

jar

Download main 3.4.5


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