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