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