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