Apache Aries Blueprint HelloWorld

Example blueprint hello world application

License

License

GroupId

GroupId

org.apache.aries.samples.blueprint.helloworld
ArtifactId

ArtifactId

helloworld
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

pom
Description

Description

Apache Aries Blueprint HelloWorld
Example blueprint hello world application
Project Organization

Project Organization

The Apache Software Foundation

Download helloworld

Filename Size
helloworld-0.3.pom 2 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.aries.samples.blueprint.helloworld/helloworld/ -->
<dependency>
    <groupId>org.apache.aries.samples.blueprint.helloworld</groupId>
    <artifactId>helloworld</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.samples.blueprint.helloworld/helloworld/
implementation 'org.apache.aries.samples.blueprint.helloworld:helloworld:0.3'
// https://jarcasting.com/artifacts/org.apache.aries.samples.blueprint.helloworld/helloworld/
implementation ("org.apache.aries.samples.blueprint.helloworld:helloworld:0.3")
'org.apache.aries.samples.blueprint.helloworld:helloworld:pom:0.3'
<dependency org="org.apache.aries.samples.blueprint.helloworld" name="helloworld" rev="0.3">
  <artifact name="helloworld" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.samples.blueprint.helloworld', module='helloworld', version='0.3')
)
libraryDependencies += "org.apache.aries.samples.blueprint.helloworld" % "helloworld" % "0.3"
[org.apache.aries.samples.blueprint.helloworld/helloworld "0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • helloworld-api
  • helloworld-server
  • helloworld-client
  • helloworld-assembly

Versions

Version
0.3
0.2-incubating
0.1-incubating