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