Last Version

Apache Aries Blueprint HelloWorld 0.3

Example blueprint hello world application

License

License

GroupId

GroupId

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

ArtifactId

helloworld
Version

Version

0.3
Type

Type

pom
Description

Description

Apache Aries Blueprint HelloWorld
Example blueprint hello world application
Project Organization

Project Organization

The Apache Software Foundation

Download helloworld 0.3

Filename Size
helloworld-0.3.pom 2 KB
Browse

<!-- 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