<dependency>
<groupId>org.jbundle.util.osgi.wrapped</groupId>
<artifactId>jbundle-util-osgi-wrapped-reactor</artifactId>
<version>1.0.5</version>
</dependency>
implementation group: 'org.jbundle.util.osgi.wrapped', name: 'jbundle-util-osgi-wrapped-reactor', version: '1.0.5'
implementation 'org.jbundle.util.osgi.wrapped:jbundle-util-osgi-wrapped-reactor:1.0.5'
implementation("org.jbundle.util.osgi.wrapped:jbundle-util-osgi-wrapped-reactor:1.0.5")
libraryDependencies += "org.jbundle.util.osgi.wrapped" % "jbundle-util-osgi-wrapped-reactor" % "1.0.5"
<dependency org="org.jbundle.util.osgi.wrapped" name="jbundle-util-osgi-wrapped-reactor" rev="1.0.5"/>
@Grapes(
@Grab(group='org.jbundle.util.osgi.wrapped', module='jbundle-util-osgi-wrapped-reactor', version='1.0.5')
)
[org.jbundle.util.osgi.wrapped/jbundle-util-osgi-wrapped-reactor "1.0.5"]
'org.jbundle.util.osgi.wrapped:jbundle-util-osgi-wrapped-reactor:jar:1.0.5'