Introduction
Ostrich is a library that enables SOA architectures to be built quickly and easily.
Currently Ostrich requires that service consumers be JVM based. This will change in the future.
| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.bazaarvoice.ostrich.examples.calculator | 
| ArtifactId | ArtifactIdcalculator-client | 
| Last Version | Last Version2.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncalculator-client Client API for the calculator example | 
| Filename | Size | 
|---|---|
| calculator-client-2.1.0.pom | |
| calculator-client-2.1.0.jar | 7 KB | 
| calculator-client-2.1.0-sources.jar | 4 KB | 
| calculator-client-2.1.0-javadoc.jar | 40 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator-client/ -->
<dependency>
    <groupId>com.bazaarvoice.ostrich.examples.calculator</groupId>
    <artifactId>calculator-client</artifactId>
    <version>2.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator-client/
implementation 'com.bazaarvoice.ostrich.examples.calculator:calculator-client:2.1.0'// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator-client/
implementation ("com.bazaarvoice.ostrich.examples.calculator:calculator-client:2.1.0")'com.bazaarvoice.ostrich.examples.calculator:calculator-client:jar:2.1.0'<dependency org="com.bazaarvoice.ostrich.examples.calculator" name="calculator-client" rev="2.1.0">
  <artifact name="calculator-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.bazaarvoice.ostrich.examples.calculator', module='calculator-client', version='2.1.0')
)libraryDependencies += "com.bazaarvoice.ostrich.examples.calculator" % "calculator-client" % "2.1.0"[com.bazaarvoice.ostrich.examples.calculator/calculator-client "2.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.bazaarvoice.ostrich : ostrich-core | jar | 2.1.0 | 
| com.google.guava : guava | jar | 28.0-jre | 
| io.dropwizard : dropwizard-client | jar | 1.3.17 | 
Ostrich is a library that enables SOA architectures to be built quickly and easily.
Currently Ostrich requires that service consumers be JVM based. This will change in the future.