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