Download blueprint-parser-1.0.0.jar file - Jar b

Jar examples for b:blueprint-parser

Description

This bundle contains the blueprint parser in a plain jar.

You can download jar file blueprint-parser 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add blueprint-parser-1.0.0.jar to your project.

<dependency>
   <groupId>org.apache.aries.blueprint</groupId>
   <artifactId>blueprint-parser</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.apache.aries.blueprint', name: 'blueprint-parser', version: '1.0.0'
libraryDependencies += "org.apache.aries.blueprint" % "blueprint-parser" % "1.0.0"
<dependency org="org.apache.aries.blueprint" name="blueprint-parser" rev="1.0.0"/>
@Grapes(@Grab(group='org.apache.aries.blueprint', module='blueprint-parser', version='1.0.0'))
'org.apache.aries.blueprint:blueprint-parser:jar:1.0.0'

Download

Click the following link to download the jar file.

blueprint-parser-1.0.0-javadoc.jar
blueprint-parser-1.0.0-sources.jar
blueprint-parser-1.0.0.jar
blueprint-parser-1.0.0.pom



Related Tutorials