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