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.
| GroupId | GroupIdcom.bazaarvoice.ostrich.examples.calculator | 
|---|---|
| ArtifactId | ArtifactIdcalculator-user | 
| Last Version | Last Version2.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncalculator-user Calculator example showing usage of the client API | 
| Filename | Size | 
|---|---|
| calculator-user-2.1.0.pom | |
| calculator-user-2.1.0.jar | 24 MB | 
| calculator-user-2.1.0-sources.jar | 5 KB | 
| calculator-user-2.1.0-javadoc.jar | 33 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator-user/ -->
<dependency>
    <groupId>com.bazaarvoice.ostrich.examples.calculator</groupId>
    <artifactId>calculator-user</artifactId>
    <version>2.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator-user/
implementation 'com.bazaarvoice.ostrich.examples.calculator:calculator-user:2.1.0'// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator-user/
implementation ("com.bazaarvoice.ostrich.examples.calculator:calculator-user:2.1.0")'com.bazaarvoice.ostrich.examples.calculator:calculator-user:jar:2.1.0'<dependency org="com.bazaarvoice.ostrich.examples.calculator" name="calculator-user" rev="2.1.0">
  <artifact name="calculator-user" type="jar" />
</dependency>@Grapes(
@Grab(group='com.bazaarvoice.ostrich.examples.calculator', module='calculator-user', version='2.1.0')
)libraryDependencies += "com.bazaarvoice.ostrich.examples.calculator" % "calculator-user" % "2.1.0"[com.bazaarvoice.ostrich.examples.calculator/calculator-user "2.1.0"]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.