b

blueprint-parser

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