GroupId | GroupIdcom.bazaarvoice.astyanax |
---|---|
ArtifactId | ArtifactIdastyanax-examples |
Version | Version3.8.0-bv8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.astyanax/astyanax-examples/ -->
<dependency>
<groupId>com.bazaarvoice.astyanax</groupId>
<artifactId>astyanax-examples</artifactId>
<version>3.8.0-bv8</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.astyanax/astyanax-examples/
implementation 'com.bazaarvoice.astyanax:astyanax-examples:3.8.0-bv8'
// https://jarcasting.com/artifacts/com.bazaarvoice.astyanax/astyanax-examples/
implementation ("com.bazaarvoice.astyanax:astyanax-examples:3.8.0-bv8")
'com.bazaarvoice.astyanax:astyanax-examples:jar:3.8.0-bv8'
<dependency org="com.bazaarvoice.astyanax" name="astyanax-examples" rev="3.8.0-bv8">
<artifact name="astyanax-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.astyanax', module='astyanax-examples', version='3.8.0-bv8')
)
libraryDependencies += "com.bazaarvoice.astyanax" % "astyanax-examples" % "3.8.0-bv8"
[com.bazaarvoice.astyanax/astyanax-examples "3.8.0-bv8"]