x

xbean-bundleutils

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