is not current version
Last Version 2.1.0

com.bazaarvoice.ostrich.examples.dictionary:dictionary-client 1.9.0

Client API for the dictionary example

Categories

Categories

CLI User Interface
GroupId

GroupId

com.bazaarvoice.ostrich.examples.dictionary
ArtifactId

ArtifactId

dictionary-client
Version

Version

1.9.0
Type

Type

jar

Download dictionary-client 1.9.0


<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.dictionary/dictionary-client/ -->
<dependency>
    <groupId>com.bazaarvoice.ostrich.examples.dictionary</groupId>
    <artifactId>dictionary-client</artifactId>
    <version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.dictionary/dictionary-client/
implementation 'com.bazaarvoice.ostrich.examples.dictionary:dictionary-client:1.9.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.dictionary/dictionary-client/
implementation ("com.bazaarvoice.ostrich.examples.dictionary:dictionary-client:1.9.0")
'com.bazaarvoice.ostrich.examples.dictionary:dictionary-client:jar:1.9.0'
<dependency org="com.bazaarvoice.ostrich.examples.dictionary" name="dictionary-client" rev="1.9.0">
  <artifact name="dictionary-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich.examples.dictionary', module='dictionary-client', version='1.9.0')
)
libraryDependencies += "com.bazaarvoice.ostrich.examples.dictionary" % "dictionary-client" % "1.9.0"
[com.bazaarvoice.ostrich.examples.dictionary/dictionary-client "1.9.0"]