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