Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.muunet |
ArtifactId | ArtifactIdclient |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.pom | |
client-1.0.jar | 8 KB |
client-1.0-sources.jar | 5 KB |
client-1.0-javadoc.jar | 68 KB |
Browse |
<!-- 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"]