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