| GroupId | GroupIdcom.adobe.marketing.mobile |
|---|---|
| ArtifactId | ArtifactIdedge |
| Version | Version1.0.0-beta-1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| edge-1.0.0-beta-1.pom | |
| edge-1.0.0-beta-1.aar | 105 KB |
| edge-1.0.0-beta-1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.marketing.mobile/edge/ -->
<dependency>
<groupId>com.adobe.marketing.mobile</groupId>
<artifactId>edge</artifactId>
<version>1.0.0-beta-1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/edge/
implementation 'com.adobe.marketing.mobile:edge:1.0.0-beta-1'
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/edge/
implementation ("com.adobe.marketing.mobile:edge:1.0.0-beta-1")
'com.adobe.marketing.mobile:edge:aar:1.0.0-beta-1'
<dependency org="com.adobe.marketing.mobile" name="edge" rev="1.0.0-beta-1">
<artifact name="edge" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.marketing.mobile', module='edge', version='1.0.0-beta-1')
)
libraryDependencies += "com.adobe.marketing.mobile" % "edge" % "1.0.0-beta-1"
[com.adobe.marketing.mobile/edge "1.0.0-beta-1"]