| GroupId | GroupIdcom.github.hippoom |
|---|---|
| ArtifactId | ArtifactIdsms-verification-starter-sdk |
| Version | Version0.9.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sms-verification-starter-sdk-0.9.5.pom | |
| sms-verification-starter-sdk-0.9.5.jar | 485 bytes |
| sms-verification-starter-sdk-0.9.5-sources.jar | 485 bytes |
| sms-verification-starter-sdk-0.9.5-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/sms-verification-starter-sdk/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>sms-verification-starter-sdk</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/sms-verification-starter-sdk/
implementation 'com.github.hippoom:sms-verification-starter-sdk:0.9.5'
// https://jarcasting.com/artifacts/com.github.hippoom/sms-verification-starter-sdk/
implementation ("com.github.hippoom:sms-verification-starter-sdk:0.9.5")
'com.github.hippoom:sms-verification-starter-sdk:jar:0.9.5'
<dependency org="com.github.hippoom" name="sms-verification-starter-sdk" rev="0.9.5">
<artifact name="sms-verification-starter-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='sms-verification-starter-sdk', version='0.9.5')
)
libraryDependencies += "com.github.hippoom" % "sms-verification-starter-sdk" % "0.9.5"
[com.github.hippoom/sms-verification-starter-sdk "0.9.5"]