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 |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionostrich
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ostrich-2.1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>ostrich</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich/
implementation 'com.bazaarvoice.ostrich:ostrich:2.1.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich/
implementation ("com.bazaarvoice.ostrich:ostrich:2.1.0")
'com.bazaarvoice.ostrich:ostrich:pom:2.1.0'
<dependency org="com.bazaarvoice.ostrich" name="ostrich" rev="2.1.0">
<artifact name="ostrich" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='ostrich', version='2.1.0')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "ostrich" % "2.1.0"
[com.bazaarvoice.ostrich/ostrich "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.