<dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-spring</artifactId> <version>3.5</version> <type>bundle</type> </dependency>
implementation 'org.apache.xbean:xbean-spring:3.5'
implementation("org.apache.xbean:xbean-spring:3.5")
libraryDependencies += "org.apache.xbean" % "xbean-spring" % "3.5"
@Grapes( @Grab(group='org.apache.xbean', module='xbean-spring', version='3.5') )
<dependency org="org.apache.xbean" name="xbean-spring" rev="3.5" />
[org.apache.xbean/xbean-spring "3.5"]
'org.apache.xbean:xbean-spring:jar:3.5'
<parent> <groupId>org.apache.xbean</groupId> <artifactId>xbean</artifactId> <version>3.5</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