Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.muunet |
ArtifactId | ArtifactIdclient |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
client-1.1.pom | |
client-1.1.jar | 18 KB |
client-1.1-sources.jar | 11 KB |
client-1.1-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.muunet/client/ -->
<dependency>
<groupId>com.muunet</groupId>
<artifactId>client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.muunet/client/
implementation 'com.muunet:client:1.1'
// https://jarcasting.com/artifacts/com.muunet/client/
implementation ("com.muunet:client:1.1")
'com.muunet:client:jar:1.1'
<dependency org="com.muunet" name="client" rev="1.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.muunet', module='client', version='1.1')
)
libraryDependencies += "com.muunet" % "client" % "1.1"
[com.muunet/client "1.1"]