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