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