Последняя версия

Yar 3.0.1.RELEASE

YAR: stands for Yet Another Registry. It is dynamic registry implementation as OSGi service registry but with Supplier/Provider instead of Service instance of ServiceFactory. This will allow you more control over your object lifecycle.

Лицензия

Лицензия

Группа

Группа

org.javabits.yar
Идентификатор

Идентификатор

yar
Версия

Версия

3.0.1.RELEASE
Тип

Тип

pom
Описание

Описание

Yar
YAR: stands for Yet Another Registry. It is dynamic registry implementation as OSGi service registry but with Supplier/Provider instead of Service instance of ServiceFactory. This will allow you more control over your object lifecycle.
Ссылка на сайт

Ссылка на сайт

https://github.com/javabits/yar
Система контроля версий

Система контроля версий

https://github.com/javabits/yar

Скачать yar 3.0.1.RELEASE

Имя Файла Размер
yar-3.0.1.RELEASE.pom 12 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.javabits.yar/yar/ -->
<dependency>
    <groupId>org.javabits.yar</groupId>
    <artifactId>yar</artifactId>
    <version>3.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.javabits.yar/yar/
implementation 'org.javabits.yar:yar:3.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.javabits.yar/yar/
implementation ("org.javabits.yar:yar:3.0.1.RELEASE")
'org.javabits.yar:yar:pom:3.0.1.RELEASE'
<dependency org="org.javabits.yar" name="yar" rev="3.0.1.RELEASE">
  <artifact name="yar" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.javabits.yar', module='yar', version='3.0.1.RELEASE')
)
libraryDependencies += "org.javabits.yar" % "yar" % "3.0.1.RELEASE"
[org.javabits.yar/yar "3.0.1.RELEASE"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • yar-parent
  • yar-api
  • yar-guava
  • yar-guice
  • yar-guice-osgi
  • yar-osgi-it