| GroupId | GroupIdcom.bazaarvoice.emodb | 
|---|---|
| ArtifactId | ArtifactIdemodb-common-stash | 
| Version | Version5.5.4-migration-1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-stash/ -->
<dependency>
    <groupId>com.bazaarvoice.emodb</groupId>
    <artifactId>emodb-common-stash</artifactId>
    <version>5.5.4-migration-1</version>
</dependency>// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-stash/
implementation 'com.bazaarvoice.emodb:emodb-common-stash:5.5.4-migration-1'// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-stash/
implementation ("com.bazaarvoice.emodb:emodb-common-stash:5.5.4-migration-1")'com.bazaarvoice.emodb:emodb-common-stash:jar:5.5.4-migration-1'<dependency org="com.bazaarvoice.emodb" name="emodb-common-stash" rev="5.5.4-migration-1">
  <artifact name="emodb-common-stash" type="jar" />
</dependency>@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-common-stash', version='5.5.4-migration-1')
)libraryDependencies += "com.bazaarvoice.emodb" % "emodb-common-stash" % "5.5.4-migration-1"[com.bazaarvoice.emodb/emodb-common-stash "5.5.4-migration-1"]