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