| Categories |
CategoriesCLI User Interface KeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.keysolutions |
| ArtifactId | ArtifactIdandroid-ddp-client |
| Version | Version0.5.7.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-ddp-client-0.5.7.3.pom | |
| android-ddp-client-0.5.7.3.aar | 14 KB |
| android-ddp-client-0.5.7.3-sources.jar | 10 KB |
| android-ddp-client-0.5.7.3-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.keysolutions/android-ddp-client/ -->
<dependency>
<groupId>com.keysolutions</groupId>
<artifactId>android-ddp-client</artifactId>
<version>0.5.7.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.keysolutions/android-ddp-client/
implementation 'com.keysolutions:android-ddp-client:0.5.7.3'
// https://jarcasting.com/artifacts/com.keysolutions/android-ddp-client/
implementation ("com.keysolutions:android-ddp-client:0.5.7.3")
'com.keysolutions:android-ddp-client:aar:0.5.7.3'
<dependency org="com.keysolutions" name="android-ddp-client" rev="0.5.7.3">
<artifact name="android-ddp-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.keysolutions', module='android-ddp-client', version='0.5.7.3')
)
libraryDependencies += "com.keysolutions" % "android-ddp-client" % "0.5.7.3"
[com.keysolutions/android-ddp-client "0.5.7.3"]