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 |
---|---|
ArtifactId | ArtifactIdostrich-core |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
Core classes that form Ostrich
|
Filename | Size |
---|---|
ostrich-core-2.1.0.pom | |
ostrich-core-2.1.0.jar | 102 KB |
ostrich-core-2.1.0-sources.jar | 61 KB |
ostrich-core-2.1.0-shaded-guava.jar | 1 MB |
ostrich-core-2.1.0-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>ostrich-core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/
implementation 'com.bazaarvoice.ostrich:ostrich-core:2.1.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/
implementation ("com.bazaarvoice.ostrich:ostrich-core:2.1.0")
'com.bazaarvoice.ostrich:ostrich-core:jar:2.1.0'
<dependency org="com.bazaarvoice.ostrich" name="ostrich-core" rev="2.1.0">
<artifact name="ostrich-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='ostrich-core', version='2.1.0')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "ostrich-core" % "2.1.0"
[com.bazaarvoice.ostrich/ostrich-core "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 28.0-jre |
io.dropwizard.metrics : metrics-core | jar | 4.0.5 |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.slf4j : slf4j-api | jar | 1.7.25 |
commons-pool : commons-pool | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.mockito : mockito-core | jar | 3.2.4 |
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.