Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.astyanax |
ArtifactId | ArtifactIdastyanax-thrift |
Version | Version1.56.49 |
Type | Typejar |
Filename | Size |
---|---|
astyanax-thrift-1.56.49.pom | |
astyanax-thrift-1.56.49.jar | 233 KB |
astyanax-thrift-1.56.49-sources.jar | 74 KB |
astyanax-thrift-1.56.49-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.astyanax/astyanax-thrift/ -->
<dependency>
<groupId>com.netflix.astyanax</groupId>
<artifactId>astyanax-thrift</artifactId>
<version>1.56.49</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.astyanax/astyanax-thrift/
implementation 'com.netflix.astyanax:astyanax-thrift:1.56.49'
// https://jarcasting.com/artifacts/com.netflix.astyanax/astyanax-thrift/
implementation ("com.netflix.astyanax:astyanax-thrift:1.56.49")
'com.netflix.astyanax:astyanax-thrift:jar:1.56.49'
<dependency org="com.netflix.astyanax" name="astyanax-thrift" rev="1.56.49">
<artifact name="astyanax-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.astyanax', module='astyanax-thrift', version='1.56.49')
)
libraryDependencies += "com.netflix.astyanax" % "astyanax-thrift" % "1.56.49"
[com.netflix.astyanax/astyanax-thrift "1.56.49"]