Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jackieonway.sms |
ArtifactId | ArtifactIducpass-client |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
ucpass-client-0.0.2.pom | |
ucpass-client-0.0.2.jar | 8 KB |
ucpass-client-0.0.2-sources.jar | 4 KB |
ucpass-client-0.0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jackieonway.sms/ucpass-client/ -->
<dependency>
<groupId>com.github.jackieonway.sms</groupId>
<artifactId>ucpass-client</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jackieonway.sms/ucpass-client/
implementation 'com.github.jackieonway.sms:ucpass-client:0.0.2'
// https://jarcasting.com/artifacts/com.github.jackieonway.sms/ucpass-client/
implementation ("com.github.jackieonway.sms:ucpass-client:0.0.2")
'com.github.jackieonway.sms:ucpass-client:jar:0.0.2'
<dependency org="com.github.jackieonway.sms" name="ucpass-client" rev="0.0.2">
<artifact name="ucpass-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jackieonway.sms', module='ucpass-client', version='0.0.2')
)
libraryDependencies += "com.github.jackieonway.sms" % "ucpass-client" % "0.0.2"
[com.github.jackieonway.sms/ucpass-client "0.0.2"]