b

blueprint-parser

This bundle contains the blueprint parser in a plain jar.
Files download
File Operation
blueprint-parser-1.6.1.jar download
blueprint-parser-1.6.1.pom download
blueprint-parser-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.aries.blueprint</groupId>
  <artifactId>blueprint-parser</artifactId>
  <version>1.6.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.aries.blueprint:blueprint-parser:1.6.1'
Gradle Kotlin
implementation("org.apache.aries.blueprint:blueprint-parser:1.6.1")
Scala SBT
libraryDependencies += "org.apache.aries.blueprint" % "blueprint-parser" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.aries.blueprint', module='blueprint-parser', version='1.6.1')
)
Apache Ivy
<dependency org="org.apache.aries.blueprint" name="blueprint-parser" rev="1.6.1" />
Leiningen
[org.apache.aries.blueprint/blueprint-parser "1.6.1"]
Apache Buildr
'org.apache.aries.blueprint:blueprint-parser:jar:1.6.1'