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