| GroupId | GroupIdcom.vwo |
|---|---|
| ArtifactId | ArtifactIdmobile |
| Version | Version2.5.1 |
| Type | Typeaar |
| Description |
Description |
| Filename | Size |
|---|---|
| mobile-2.5.1.pom | |
| mobile-2.5.1.aar | 147 KB |
| mobile-2.5.1-sources.jar | 74 KB |
| mobile-2.5.1-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vwo/mobile/ -->
<dependency>
<groupId>com.vwo</groupId>
<artifactId>mobile</artifactId>
<version>2.5.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.vwo/mobile/
implementation 'com.vwo:mobile:2.5.1'
// https://jarcasting.com/artifacts/com.vwo/mobile/
implementation ("com.vwo:mobile:2.5.1")
'com.vwo:mobile:aar:2.5.1'
<dependency org="com.vwo" name="mobile" rev="2.5.1">
<artifact name="mobile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.vwo', module='mobile', version='2.5.1')
)
libraryDependencies += "com.vwo" % "mobile" % "2.5.1"
[com.vwo/mobile "2.5.1"]