Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdstool |
Version | Version3.0.0-beta-2 |
Type | Typejar |
Filename | Size |
---|---|
stool-3.0.0-beta-2.pom | |
stool-3.0.0-beta-2.jar | 921 KB |
stool-3.0.0-beta-2-test-sources.jar | 14 KB |
stool-3.0.0-beta-2-sources.jar | 829 KB |
stool-3.0.0-beta-2-javadoc.jar | 672 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/stool/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>stool</artifactId>
<version>3.0.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/stool/
implementation 'net.oneandone:stool:3.0.0-beta-2'
// https://jarcasting.com/artifacts/net.oneandone/stool/
implementation ("net.oneandone:stool:3.0.0-beta-2")
'net.oneandone:stool:jar:3.0.0-beta-2'
<dependency org="net.oneandone" name="stool" rev="3.0.0-beta-2">
<artifact name="stool" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='stool', version='3.0.0-beta-2')
)
libraryDependencies += "net.oneandone" % "stool" % "3.0.0-beta-2"
[net.oneandone/stool "3.0.0-beta-2"]