is not current version
Last Version 0.3

org.apache.aries.samples.blueprint.helloworld:helloworld 0.1-incubating

Example blueprint hello world application

GroupId

GroupId

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

ArtifactId

helloworld
Version

Version

0.1-incubating
Type

Type

pom

Download helloworld 0.1-incubating


<!-- 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.1-incubating</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.1-incubating'
// https://jarcasting.com/artifacts/org.apache.aries.samples.blueprint.helloworld/helloworld/
implementation ("org.apache.aries.samples.blueprint.helloworld:helloworld:0.1-incubating")
'org.apache.aries.samples.blueprint.helloworld:helloworld:pom:0.1-incubating'
<dependency org="org.apache.aries.samples.blueprint.helloworld" name="helloworld" rev="0.1-incubating">
  <artifact name="helloworld" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.samples.blueprint.helloworld', module='helloworld', version='0.1-incubating')
)
libraryDependencies += "org.apache.aries.samples.blueprint.helloworld" % "helloworld" % "0.1-incubating"
[org.apache.aries.samples.blueprint.helloworld/helloworld "0.1-incubating"]