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