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.

License

License

GroupId

GroupId

org.javabits.yar
ArtifactId

ArtifactId

yar
Last Version

Last Version

3.0.1.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/javabits/yar
Source Code Management

Source Code Management

https://github.com/javabits/yar

Download yar

Filename Size
yar-3.0.1.RELEASE.pom 12 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • yar-parent
  • yar-api
  • yar-guava
  • yar-guice
  • yar-guice-osgi
  • yar-osgi-it
org.javabits.yar

JavaBits

Versions

Version
3.0.1.RELEASE
3.0.1.jre8
3.0.0.RELEASE
2.0.1.RELEASE
2.0.0.RELEASE
2.0.0.M6
2.0.0.M5
2.0.0.M4
2.0.0.M3
2.0.0.M2
2.0.0.M1
1.0.0.RELEASE
1.0.0.M9
1.0.0.M8
1.0.0.M7
1.0.0.M6
1.0.0.M5
1.0.0.M3