MVN

org.eclipse.gemini.blueprint : gemini-blueprint

Maven & Gradle

Apr 03, 2018

Gemini Blueprint · Eclipse Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By using Gemini Blueprint, applications benefit from using a better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.

<dependency>
    <groupId>org.eclipse.gemini.blueprint</groupId>
    <artifactId>gemini-blueprint</artifactId>
    <version>3.0.0.M01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.gemini.blueprint : gemini-blueprint to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0.M01

All Versions

Choose a version of org.eclipse.gemini.blueprint : gemini-blueprint to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
gemini-blueprint-3.0.0.M01
2.1.x
gemini-blueprint-2.1.0.JAVA7
gemini-blueprint-2.1.0.RELEASE
gemini-blueprint-2.1.0.M2
gemini-blueprint-2.1.0.M1
2.0.x
gemini-blueprint-2.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.gemini.blueprint</groupId>
    <artifactId>gemini-blueprint</artifactId>
    <version>3.0.0.M01</version>
</dependency>