License |
License |
---|---|
Categories |
CategoriesDrift Net Networking |
GroupId | GroupIdcom.facebook.drift |
ArtifactId | ArtifactIddrift-idl-generator |
Last Version | Last Version1.34 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGenerate Thrift IDL from Drift annotated classes
|
<!-- https://jarcasting.com/artifacts/com.facebook.drift/drift-idl-generator/ -->
<dependency>
<groupId>com.facebook.drift</groupId>
<artifactId>drift-idl-generator</artifactId>
<version>1.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.drift/drift-idl-generator/
implementation 'com.facebook.drift:drift-idl-generator:1.34'
// https://jarcasting.com/artifacts/com.facebook.drift/drift-idl-generator/
implementation ("com.facebook.drift:drift-idl-generator:1.34")
'com.facebook.drift:drift-idl-generator:jar:1.34'
<dependency org="com.facebook.drift" name="drift-idl-generator" rev="1.34">
<artifact name="drift-idl-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.drift', module='drift-idl-generator', version='1.34')
)
libraryDependencies += "com.facebook.drift" % "drift-idl-generator" % "1.34"
[com.facebook.drift/drift-idl-generator "1.34"]
Group / Artifact | Type | Version |
---|---|---|
com.facebook.drift : drift-api | jar | 1.34 |
com.facebook.drift : drift-codec | jar | 1.34 |
com.google.guava : guava | jar | 26.0-jre |
com.github.spotbugs : spotbugs-annotations Optional | jar | 3.1.10 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.6 |