не последняя версия
Последняя версия 3.0.1.RELEASE

org.javabits.yar:yar 2.0.0.M2

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
Версия

Версия

2.0.0.M2
Тип

Тип

pom

Скачать yar 2.0.0.M2

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

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