| Группа | Группаcom.adobe.marketing.mobile |
|---|---|
| Идентификатор | Идентификаторtarget-vec |
| Версия | Версия1.1.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| target-vec-1.1.0.pom | |
| target-vec-1.1.0.aar | 170 KB |
| target-vec-1.1.0-sources.jar | 477 bytes |
| target-vec-1.1.0-javadoc.jar | 46 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.adobe.marketing.mobile/target-vec/ -->
<dependency>
<groupId>com.adobe.marketing.mobile</groupId>
<artifactId>target-vec</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/target-vec/
implementation 'com.adobe.marketing.mobile:target-vec:1.1.0'
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/target-vec/
implementation ("com.adobe.marketing.mobile:target-vec:1.1.0")
'com.adobe.marketing.mobile:target-vec:aar:1.1.0'
<dependency org="com.adobe.marketing.mobile" name="target-vec" rev="1.1.0">
<artifact name="target-vec" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.marketing.mobile', module='target-vec', version='1.1.0')
)
libraryDependencies += "com.adobe.marketing.mobile" % "target-vec" % "1.1.0"
[com.adobe.marketing.mobile/target-vec "1.1.0"]