GroupId | GroupIdcom.wedeploy |
---|---|
ArtifactId | ArtifactIdcom.wedeploy.android |
Version | Versionbeta-20170505 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.wedeploy/com.wedeploy.android/ -->
<dependency>
<groupId>com.wedeploy</groupId>
<artifactId>com.wedeploy.android</artifactId>
<version>beta-20170505</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wedeploy/com.wedeploy.android/
implementation 'com.wedeploy:com.wedeploy.android:beta-20170505'
// https://jarcasting.com/artifacts/com.wedeploy/com.wedeploy.android/
implementation ("com.wedeploy:com.wedeploy.android:beta-20170505")
'com.wedeploy:com.wedeploy.android:pom:beta-20170505'
<dependency org="com.wedeploy" name="com.wedeploy.android" rev="beta-20170505">
<artifact name="com.wedeploy.android" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wedeploy', module='com.wedeploy.android', version='beta-20170505')
)
libraryDependencies += "com.wedeploy" % "com.wedeploy.android" % "beta-20170505"
[com.wedeploy/com.wedeploy.android "beta-20170505"]