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