is not current version
Last Version 1.9.2

net.redora:client 1.4


Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.redora
ArtifactId

ArtifactId

client
Version

Version

1.4
Type

Type

jar

Download client 1.4


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