License |
License |
---|---|
GroupId | GroupIdit.sephiroth.android.library.ab |
ArtifactId | ArtifactIdab-test |
Last Version | Last Version2.0.5 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionab-test
Simple library for ab testing in android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ab-test-2.0.5.pom | |
ab-test-2.0.5.aar | 7 KB |
ab-test-2.0.5-sources.jar | 4 KB |
ab-test-2.0.5-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.ab/ab-test/ -->
<dependency>
<groupId>it.sephiroth.android.library.ab</groupId>
<artifactId>ab-test</artifactId>
<version>2.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.ab/ab-test/
implementation 'it.sephiroth.android.library.ab:ab-test:2.0.5'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.ab/ab-test/
implementation ("it.sephiroth.android.library.ab:ab-test:2.0.5")
'it.sephiroth.android.library.ab:ab-test:aar:2.0.5'
<dependency org="it.sephiroth.android.library.ab" name="ab-test" rev="2.0.5">
<artifact name="ab-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.ab', module='ab-test', version='2.0.5')
)
libraryDependencies += "it.sephiroth.android.library.ab" % "ab-test" % "2.0.5"
[it.sephiroth.android.library.ab/ab-test "2.0.5"]