is not current version
Last Version 1.2.4

org.ow2.easybeans.osgi:easybeans-examples 1.0.0.RC1

Easybeans OSGi Examples

GroupId

GroupId

org.ow2.easybeans.osgi
ArtifactId

ArtifactId

easybeans-examples
Version

Version

1.0.0.RC1
Type

Type

pom

Download easybeans-examples 1.0.0.RC1


<!-- https://jarcasting.com/artifacts/org.ow2.easybeans.osgi/easybeans-examples/ -->
<dependency>
    <groupId>org.ow2.easybeans.osgi</groupId>
    <artifactId>easybeans-examples</artifactId>
    <version>1.0.0.RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans.osgi/easybeans-examples/
implementation 'org.ow2.easybeans.osgi:easybeans-examples:1.0.0.RC1'
// https://jarcasting.com/artifacts/org.ow2.easybeans.osgi/easybeans-examples/
implementation ("org.ow2.easybeans.osgi:easybeans-examples:1.0.0.RC1")
'org.ow2.easybeans.osgi:easybeans-examples:pom:1.0.0.RC1'
<dependency org="org.ow2.easybeans.osgi" name="easybeans-examples" rev="1.0.0.RC1">
  <artifact name="easybeans-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans.osgi', module='easybeans-examples', version='1.0.0.RC1')
)
libraryDependencies += "org.ow2.easybeans.osgi" % "easybeans-examples" % "1.0.0.RC1"
[org.ow2.easybeans.osgi/easybeans-examples "1.0.0.RC1"]