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