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