Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.mingbo.mcs |
ArtifactId | ArtifactIdclient |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.9.pom | |
client-1.0.9.jar | 14 KB |
client-1.0.9-sources.jar | 7 KB |
client-1.0.9-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mingbo.mcs/client/ -->
<dependency>
<groupId>io.mingbo.mcs</groupId>
<artifactId>client</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.mingbo.mcs/client/
implementation 'io.mingbo.mcs:client:1.0.9'
// https://jarcasting.com/artifacts/io.mingbo.mcs/client/
implementation ("io.mingbo.mcs:client:1.0.9")
'io.mingbo.mcs:client:jar:1.0.9'
<dependency org="io.mingbo.mcs" name="client" rev="1.0.9">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mingbo.mcs', module='client', version='1.0.9')
)
libraryDependencies += "io.mingbo.mcs" % "client" % "1.0.9"
[io.mingbo.mcs/client "1.0.9"]