| GroupId | GroupIdcom.adobe.marketing.mobile |
|---|---|
| ArtifactId | ArtifactIdtarget-vec |
| Version | Version0.4.1-beta |
| Type | Typeaar |
| Filename | Size |
|---|---|
| target-vec-0.4.1-beta.pom | |
| target-vec-0.4.1-beta.aar | 254 KB |
| target-vec-0.4.1-beta-sources.jar | 477 bytes |
| target-vec-0.4.1-beta-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.marketing.mobile/target-vec/ -->
<dependency>
<groupId>com.adobe.marketing.mobile</groupId>
<artifactId>target-vec</artifactId>
<version>0.4.1-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/target-vec/
implementation 'com.adobe.marketing.mobile:target-vec:0.4.1-beta'
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/target-vec/
implementation ("com.adobe.marketing.mobile:target-vec:0.4.1-beta")
'com.adobe.marketing.mobile:target-vec:aar:0.4.1-beta'
<dependency org="com.adobe.marketing.mobile" name="target-vec" rev="0.4.1-beta">
<artifact name="target-vec" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.marketing.mobile', module='target-vec', version='0.4.1-beta')
)
libraryDependencies += "com.adobe.marketing.mobile" % "target-vec" % "0.4.1-beta"
[com.adobe.marketing.mobile/target-vec "0.4.1-beta"]