b

blueprint-parser

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