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