Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.astyanax |
ArtifactId | ArtifactIdastyanax-recipes |
Version | Version1.56.43 |
Type | Typejar |
Filename | Size |
---|---|
astyanax-recipes-1.56.43.pom | |
astyanax-recipes-1.56.43.jar | 97 KB |
astyanax-recipes-1.56.43-sources.jar | 56 KB |
astyanax-recipes-1.56.43-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.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.astyanax/astyanax-recipes/
implementation 'com.netflix.astyanax:astyanax-recipes:1.56.43'
// https://jarcasting.com/artifacts/com.netflix.astyanax/astyanax-recipes/
implementation ("com.netflix.astyanax:astyanax-recipes:1.56.43")
'com.netflix.astyanax:astyanax-recipes:jar:1.56.43'
<dependency org="com.netflix.astyanax" name="astyanax-recipes" rev="1.56.43">
<artifact name="astyanax-recipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.astyanax', module='astyanax-recipes', version='1.56.43')
)
libraryDependencies += "com.netflix.astyanax" % "astyanax-recipes" % "1.56.43"
[com.netflix.astyanax/astyanax-recipes "1.56.43"]