x

xbean-blueprint

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