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 |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.bazaarvoice.ostrich |
ArtifactId | ArtifactIdostrich-dropwizard |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard
Helpers for using Ostrich with Dropwizard
|
Filename | Size |
---|---|
ostrich-dropwizard-2.1.0.pom | |
ostrich-dropwizard-2.1.0.jar | 8 KB |
ostrich-dropwizard-2.1.0-sources.jar | 5 KB |
ostrich-dropwizard-2.1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-dropwizard/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>ostrich-dropwizard</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-dropwizard/
implementation 'com.bazaarvoice.ostrich:ostrich-dropwizard:2.1.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-dropwizard/
implementation ("com.bazaarvoice.ostrich:ostrich-dropwizard:2.1.0")
'com.bazaarvoice.ostrich:ostrich-dropwizard:jar:2.1.0'
<dependency org="com.bazaarvoice.ostrich" name="ostrich-dropwizard" rev="2.1.0">
<artifact name="ostrich-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='ostrich-dropwizard', version='2.1.0')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "ostrich-dropwizard" % "2.1.0"
[com.bazaarvoice.ostrich/ostrich-dropwizard "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.bazaarvoice.ostrich : ostrich-core | jar | 2.1.0 |
io.dropwizard : dropwizard-core | jar | 1.3.17 |
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.