Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdinject-thrift-client_2.11 |
Version | Version18.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.twitter/inject-thrift-client_2.11/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>inject-thrift-client_2.11</artifactId>
<version>18.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/inject-thrift-client_2.11/
implementation 'com.twitter:inject-thrift-client_2.11:18.2.0'
// https://jarcasting.com/artifacts/com.twitter/inject-thrift-client_2.11/
implementation ("com.twitter:inject-thrift-client_2.11:18.2.0")
'com.twitter:inject-thrift-client_2.11:jar:18.2.0'
<dependency org="com.twitter" name="inject-thrift-client_2.11" rev="18.2.0">
<artifact name="inject-thrift-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='inject-thrift-client_2.11', version='18.2.0')
)
libraryDependencies += "com.twitter" % "inject-thrift-client_2.11" % "18.2.0"
[com.twitter/inject-thrift-client_2.11 "18.2.0"]