Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdone.xingyi |
ArtifactId | ArtifactIdclient |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.pom | |
client-1.0.jar | 1 KB |
client-1.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/client/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/client/
implementation 'one.xingyi:client:1.0'
// https://jarcasting.com/artifacts/one.xingyi/client/
implementation ("one.xingyi:client:1.0")
'one.xingyi:client:jar:1.0'
<dependency org="one.xingyi" name="client" rev="1.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='client', version='1.0')
)
libraryDependencies += "one.xingyi" % "client" % "1.0"
[one.xingyi/client "1.0"]