| Categories |
CategoriesDrift Net Networking |
|---|---|
| GroupId | GroupIdcom.facebook.drift |
| ArtifactId | ArtifactIddrift-server |
| Version | Version1.29 |
| Type | Typejar |
| Filename | Size |
|---|---|
| drift-server-1.29.pom | |
| drift-server-1.29.jar | 26 KB |
| drift-server-1.29-tests.jar | 21 KB |
| drift-server-1.29-test-sources.jar | 12 KB |
| drift-server-1.29-sources.jar | 18 KB |
| drift-server-1.29-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.drift/drift-server/ -->
<dependency>
<groupId>com.facebook.drift</groupId>
<artifactId>drift-server</artifactId>
<version>1.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.drift/drift-server/
implementation 'com.facebook.drift:drift-server:1.29'
// https://jarcasting.com/artifacts/com.facebook.drift/drift-server/
implementation ("com.facebook.drift:drift-server:1.29")
'com.facebook.drift:drift-server:jar:1.29'
<dependency org="com.facebook.drift" name="drift-server" rev="1.29">
<artifact name="drift-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.drift', module='drift-server', version='1.29')
)
libraryDependencies += "com.facebook.drift" % "drift-server" % "1.29"
[com.facebook.drift/drift-server "1.29"]