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