Categories |
CategoriesDrift Net Networking |
---|---|
GroupId | GroupIdcom.facebook.drift |
ArtifactId | ArtifactIddrift-integration-tests |
Version | Version1.26 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.facebook.drift/drift-integration-tests/ -->
<dependency>
<groupId>com.facebook.drift</groupId>
<artifactId>drift-integration-tests</artifactId>
<version>1.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.drift/drift-integration-tests/
implementation 'com.facebook.drift:drift-integration-tests:1.26'
// https://jarcasting.com/artifacts/com.facebook.drift/drift-integration-tests/
implementation ("com.facebook.drift:drift-integration-tests:1.26")
'com.facebook.drift:drift-integration-tests:jar:1.26'
<dependency org="com.facebook.drift" name="drift-integration-tests" rev="1.26">
<artifact name="drift-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.drift', module='drift-integration-tests', version='1.26')
)
libraryDependencies += "com.facebook.drift" % "drift-integration-tests" % "1.26"
[com.facebook.drift/drift-integration-tests "1.26"]