Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.bazaarvoice.emodb |
ArtifactId | ArtifactIdemodb-shaded-clients-core |
Version | Version6.0.8 |
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>6.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-shaded-clients-core/
implementation 'com.bazaarvoice.emodb:emodb-shaded-clients-core:6.0.8'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-shaded-clients-core/
implementation ("com.bazaarvoice.emodb:emodb-shaded-clients-core:6.0.8")
'com.bazaarvoice.emodb:emodb-shaded-clients-core:jar:6.0.8'
<dependency org="com.bazaarvoice.emodb" name="emodb-shaded-clients-core" rev="6.0.8">
<artifact name="emodb-shaded-clients-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-shaded-clients-core', version='6.0.8')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-shaded-clients-core" % "6.0.8"
[com.bazaarvoice.emodb/emodb-shaded-clients-core "6.0.8"]