Apache Aries Blueprint samples

Samples demonstrating the Apache Aries Blueprint implementation

License

License

GroupId

GroupId

org.apache.aries.samples.blueprint
ArtifactId

ArtifactId

blueprint
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

pom
Description

Description

Apache Aries Blueprint samples
Samples demonstrating the Apache Aries Blueprint implementation
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

http://svn.apache.org/viewvc/aries/tags/samples-0.3/blueprint

Download blueprint

Filename Size
blueprint-0.3.pom 2 KB
Browse

How to add to project

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

Versions

Version
0.3
0.2-incubating
0.1-incubating