x

xbean-bundleutils

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