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