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