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