<dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-spring</artifactId> <version>3.4.1</version> <type>bundle</type> </dependency>
implementation 'org.apache.xbean:xbean-spring:3.4.1'
implementation("org.apache.xbean:xbean-spring:3.4.1")
libraryDependencies += "org.apache.xbean" % "xbean-spring" % "3.4.1"
@Grapes( @Grab(group='org.apache.xbean', module='xbean-spring', version='3.4.1') )
<dependency org="org.apache.xbean" name="xbean-spring" rev="3.4.1" />
[org.apache.xbean/xbean-spring "3.4.1"]
'org.apache.xbean:xbean-spring:jar:3.4.1'
<parent> <groupId>org.apache.xbean</groupId> <artifactId>xbean</artifactId> <version>3.4.1</version> </parent>
compile
|-- commons-logging:commons-logging
|-- org.springframework:spring-web
|-- com.thoughtworks.qdox:qdox
|-- ant:ant
provided
|-- org.springframework:spring-beans
|-- org.springframework:spring-context