| GroupId | GroupIdcom.wix |
|---|---|
| ArtifactId | ArtifactIddetox |
| Version | Version0.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| detox-0.0.2.pom | |
| detox-0.0.2-sources.jar | 20 KB |
| detox-0.0.2-javadoc.jar | 206 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wix/detox/ -->
<dependency>
<groupId>com.wix</groupId>
<artifactId>detox</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.wix/detox/
implementation 'com.wix:detox:0.0.2'
// https://jarcasting.com/artifacts/com.wix/detox/
implementation ("com.wix:detox:0.0.2")
'com.wix:detox:aar:0.0.2'
<dependency org="com.wix" name="detox" rev="0.0.2">
<artifact name="detox" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.wix', module='detox', version='0.0.2')
)
libraryDependencies += "com.wix" % "detox" % "0.0.2"
[com.wix/detox "0.0.2"]