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