MVN

org.apache.aries.samples.blueprint.helloworld : helloworld

Maven & Gradle

Jan 23, 2011

Apache Aries Blueprint HelloWorld · Example blueprint hello world application

<dependency>
    <groupId>org.apache.aries.samples.blueprint.helloworld</groupId>
    <artifactId>helloworld</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.aries.samples.blueprint.helloworld : helloworld to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of org.apache.aries.samples.blueprint.helloworld : helloworld to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
helloworld-0.3
0.2
helloworld-0.2-incubating
0.1
helloworld-0.1-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.aries.samples.blueprint.helloworld</groupId>
    <artifactId>helloworld</artifactId>
    <version>0.3</version>
</dependency>