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.
| Группа | Группаcom.bazaarvoice.ostrich |
|---|---|
| Идентификатор | Идентификаторzookeeper |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеzookeeper
Implementations of core Ostrich classes that are backed by ZooKeeper
|
| Имя Файла | Размер |
|---|---|
| zookeeper-2.1.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/zookeeper/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>zookeeper</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/zookeeper/
implementation 'com.bazaarvoice.ostrich:zookeeper:2.1.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/zookeeper/
implementation ("com.bazaarvoice.ostrich:zookeeper:2.1.0")
'com.bazaarvoice.ostrich:zookeeper:pom:2.1.0'
<dependency org="com.bazaarvoice.ostrich" name="zookeeper" rev="2.1.0">
<artifact name="zookeeper" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='zookeeper', version='2.1.0')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "zookeeper" % "2.1.0"
[com.bazaarvoice.ostrich/zookeeper "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.