Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.oneandone.stool |
ArtifactId | ArtifactIdclient |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-5.1.0.pom | |
client-5.1.0.jar | 99 KB |
client-5.1.0-test-sources.jar | 4 KB |
client-5.1.0-sources.jar | 51 KB |
client-5.1.0-javadoc.jar | 582 KB |
client-5.1.0-application.sh | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.stool/client/ -->
<dependency>
<groupId>net.oneandone.stool</groupId>
<artifactId>client</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.stool/client/
implementation 'net.oneandone.stool:client:5.1.0'
// https://jarcasting.com/artifacts/net.oneandone.stool/client/
implementation ("net.oneandone.stool:client:5.1.0")
'net.oneandone.stool:client:jar:5.1.0'
<dependency org="net.oneandone.stool" name="client" rev="5.1.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.stool', module='client', version='5.1.0')
)
libraryDependencies += "net.oneandone.stool" % "client" % "5.1.0"
[net.oneandone.stool/client "5.1.0"]