GroupId | GroupIdit.sephiroth.android.library.ab |
---|---|
ArtifactId | ArtifactIdab-test |
Version | Version2.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
ab-test-2.0.3.pom | |
ab-test-2.0.3.aar | 7 KB |
ab-test-2.0.3-sources.jar | 4 KB |
ab-test-2.0.3-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.3</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.3'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.ab/ab-test/
implementation ("it.sephiroth.android.library.ab:ab-test:2.0.3")
'it.sephiroth.android.library.ab:ab-test:aar:2.0.3'
<dependency org="it.sephiroth.android.library.ab" name="ab-test" rev="2.0.3">
<artifact name="ab-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.ab', module='ab-test', version='2.0.3')
)
libraryDependencies += "it.sephiroth.android.library.ab" % "ab-test" % "2.0.3"
[it.sephiroth.android.library.ab/ab-test "2.0.3"]