License |
License |
---|---|
GroupId | GroupIdorg.apache.aries.samples |
ArtifactId | ArtifactIdhelloworld |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionApache Aries Blueprint HelloWorld
Example blueprint hello world application
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
helloworld-1.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.aries.samples/helloworld/ -->
<dependency>
<groupId>org.apache.aries.samples</groupId>
<artifactId>helloworld</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.samples/helloworld/
implementation 'org.apache.aries.samples:helloworld:1.0.0'
// https://jarcasting.com/artifacts/org.apache.aries.samples/helloworld/
implementation ("org.apache.aries.samples:helloworld:1.0.0")
'org.apache.aries.samples:helloworld:pom:1.0.0'
<dependency org="org.apache.aries.samples" name="helloworld" rev="1.0.0">
<artifact name="helloworld" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.samples', module='helloworld', version='1.0.0')
)
libraryDependencies += "org.apache.aries.samples" % "helloworld" % "1.0.0"
[org.apache.aries.samples/helloworld "1.0.0"]