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