Categories |
CategoriesDrift Net Networking |
---|---|
GroupId | GroupIdcom.facebook.drift |
ArtifactId | ArtifactIddrift-root |
Version | Version1.19 |
Type | Typepom |
Filename | Size |
---|---|
drift-root-1.19.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.drift/drift-root/ -->
<dependency>
<groupId>com.facebook.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.drift/drift-root/
implementation 'com.facebook.drift:drift-root:1.19'
// https://jarcasting.com/artifacts/com.facebook.drift/drift-root/
implementation ("com.facebook.drift:drift-root:1.19")
'com.facebook.drift:drift-root:pom:1.19'
<dependency org="com.facebook.drift" name="drift-root" rev="1.19">
<artifact name="drift-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.facebook.drift', module='drift-root', version='1.19')
)
libraryDependencies += "com.facebook.drift" % "drift-root" % "1.19"
[com.facebook.drift/drift-root "1.19"]