is not current version
Last Version 1.3

org.ops4j:peaberry 1.1

The peaberry project is an extension library for Google-Guice that supports dependency injection of dynamic services. It provides OSGi integration out of the box, and has plug-in support for other registry-based service frameworks. It ships as an OSGi bundle that can be dropped into any R4 framework, such as Apache Felix or Eclipse/Equinox.

GroupId

GroupId

org.ops4j
ArtifactId

ArtifactId

peaberry
Version

Version

1.1
Type

Type

jar

Download peaberry 1.1


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