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