x

xbean-blueprint

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