MVN

net.solarnetwork.external : gemini-blueprint

Maven & Gradle

Mar 07, 2023

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>net.solarnetwork.external</groupId>
    <artifactId>gemini-blueprint</artifactId>
    <version>3.0.0.SN01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.solarnetwork.external : gemini-blueprint to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0.SN01

All Versions

Choose a version of net.solarnetwork.external : gemini-blueprint to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
gemini-blueprint-3.0.0.SN01

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.solarnetwork.external</groupId>
    <artifactId>gemini-blueprint</artifactId>
    <version>3.0.0.SN01</version>
</dependency>