is not current version
Last Version 11.0.1

io.opencmw:client 11.0.0

OpenCmw, CmwLight, and RESTful client implementations.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.opencmw
ArtifactId

ArtifactId

client
Version

Version

11.0.0
Type

Type

jar

Download client 11.0.0


<!-- https://jarcasting.com/artifacts/io.opencmw/client/ -->
<dependency>
    <groupId>io.opencmw</groupId>
    <artifactId>client</artifactId>
    <version>11.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.opencmw/client/
implementation 'io.opencmw:client:11.0.0'
// https://jarcasting.com/artifacts/io.opencmw/client/
implementation ("io.opencmw:client:11.0.0")
'io.opencmw:client:jar:11.0.0'
<dependency org="io.opencmw" name="client" rev="11.0.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opencmw', module='client', version='11.0.0')
)
libraryDependencies += "io.opencmw" % "client" % "11.0.0"
[io.opencmw/client "11.0.0"]