<dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-bundleutils</artifactId> <version>4.0</version> <type>bundle</type> </dependency>
implementation 'org.apache.xbean:xbean-bundleutils:4.0'
implementation("org.apache.xbean:xbean-bundleutils:4.0")
libraryDependencies += "org.apache.xbean" % "xbean-bundleutils" % "4.0"
@Grapes( @Grab(group='org.apache.xbean', module='xbean-bundleutils', version='4.0') )
<dependency org="org.apache.xbean" name="xbean-bundleutils" rev="4.0" />
[org.apache.xbean/xbean-bundleutils "4.0"]
'org.apache.xbean:xbean-bundleutils:jar:4.0'
<parent> <groupId>org.apache.xbean</groupId> <artifactId>xbean</artifactId> <version>4.0</version> </parent>
compile
|-- org.slf4j:slf4j-api
provided
|-- org.osgi:org.osgi.core:4.3.1
|-- org.eclipse:osgi:3.6.0.v20100517