License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.ops4j |
ArtifactId | ArtifactIdpeaberry.eclipse |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpeaberry - dynamic service extension for Google-Guice
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
peaberry.eclipse-1.1.1.pom | |
peaberry.eclipse-1.1.1.jar | 29 KB |
peaberry.eclipse-1.1.1-sources.jar | 24 KB |
peaberry.eclipse-1.1.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j/peaberry.eclipse/ -->
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>peaberry.eclipse</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j/peaberry.eclipse/
implementation 'org.ops4j:peaberry.eclipse:1.1.1'
// https://jarcasting.com/artifacts/org.ops4j/peaberry.eclipse/
implementation ("org.ops4j:peaberry.eclipse:1.1.1")
'org.ops4j:peaberry.eclipse:jar:1.1.1'
<dependency org="org.ops4j" name="peaberry.eclipse" rev="1.1.1">
<artifact name="peaberry.eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j', module='peaberry.eclipse', version='1.1.1')
)
libraryDependencies += "org.ops4j" % "peaberry.eclipse" % "1.1.1"
[org.ops4j/peaberry.eclipse "1.1.1"]