Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdvideo.api |
ArtifactId | ArtifactIdandroid-api-client |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
android-api-client-0.0.1.pom | |
android-api-client-0.0.1.jar | 271 KB |
android-api-client-0.0.1-tests.jar | 310 KB |
android-api-client-0.0.1-sources.jar | 163 KB |
android-api-client-0.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/video.api/android-api-client/ -->
<dependency>
<groupId>video.api</groupId>
<artifactId>android-api-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/video.api/android-api-client/
implementation 'video.api:android-api-client:0.0.1'
// https://jarcasting.com/artifacts/video.api/android-api-client/
implementation ("video.api:android-api-client:0.0.1")
'video.api:android-api-client:jar:0.0.1'
<dependency org="video.api" name="android-api-client" rev="0.0.1">
<artifact name="android-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='video.api', module='android-api-client', version='0.0.1')
)
libraryDependencies += "video.api" % "android-api-client" % "0.0.1"
[video.api/android-api-client "0.0.1"]