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