Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.oneandone.stool |
ArtifactId | ArtifactIdclient |
Version | Version5.0.3 |
Type | Typejar |
Filename | Size |
---|---|
client-5.0.3.pom | |
client-5.0.3.jar | 95 KB |
client-5.0.3-test-sources.jar | 4 KB |
client-5.0.3-sources.jar | 49 KB |
client-5.0.3-javadoc.jar | 575 KB |
client-5.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.stool/client/
implementation 'net.oneandone.stool:client:5.0.3'
// https://jarcasting.com/artifacts/net.oneandone.stool/client/
implementation ("net.oneandone.stool:client:5.0.3")
'net.oneandone.stool:client:jar:5.0.3'
<dependency org="net.oneandone.stool" name="client" rev="5.0.3">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.stool', module='client', version='5.0.3')
)
libraryDependencies += "net.oneandone.stool" % "client" % "5.0.3"
[net.oneandone.stool/client "5.0.3"]