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