GroupId | GroupIdcom.ibm.watson.developer_cloud |
---|---|
ArtifactId | ArtifactIdandroid-utils |
Version | Version3.7.1 |
Type | Typejar |
Filename | Size |
---|---|
android-utils-3.7.1.pom | |
android-utils-3.7.1.jar | 261 bytes |
android-utils-3.7.1-sources.jar | 261 bytes |
android-utils-3.7.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.watson.developer_cloud/android-utils/ -->
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>android-utils</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson.developer_cloud/android-utils/
implementation 'com.ibm.watson.developer_cloud:android-utils:3.7.1'
// https://jarcasting.com/artifacts/com.ibm.watson.developer_cloud/android-utils/
implementation ("com.ibm.watson.developer_cloud:android-utils:3.7.1")
'com.ibm.watson.developer_cloud:android-utils:jar:3.7.1'
<dependency org="com.ibm.watson.developer_cloud" name="android-utils" rev="3.7.1">
<artifact name="android-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson.developer_cloud', module='android-utils', version='3.7.1')
)
libraryDependencies += "com.ibm.watson.developer_cloud" % "android-utils" % "3.7.1"
[com.ibm.watson.developer_cloud/android-utils "3.7.1"]