is not current version
Last Version 1.1.2

com.muunet:client 1.0


Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.muunet
ArtifactId

ArtifactId

client
Version

Version

1.0
Type

Type

jar

Download client 1.0


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