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