x

xbean-spring-itests

Files download
File Operation
xbean-spring-itests-2.8.pom download
Apache Maven
<dependency>
  <groupId>org.apache.xbean</groupId>
  <artifactId>xbean-spring-itests</artifactId>
  <version>2.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.xbean:xbean-spring-itests:2.8'
Gradle Kotlin
implementation("org.apache.xbean:xbean-spring-itests:2.8")
Scala SBT
libraryDependencies += "org.apache.xbean" % "xbean-spring-itests" % "2.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xbean', module='xbean-spring-itests', version='2.8')
)
Apache Ivy
<dependency org="org.apache.xbean" name="xbean-spring-itests" rev="2.8" />
Leiningen
[org.apache.xbean/xbean-spring-itests "2.8"]
Apache Buildr
'org.apache.xbean:xbean-spring-itests:jar:2.8'