is not current version
Last Version 3.0.0.M01

org.eclipse.gemini.blueprint:gemini-blueprint 2.0.0.RELEASE

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.gemini.blueprint
ArtifactId

ArtifactId

gemini-blueprint
Version

Version

2.0.0.RELEASE
Type

Type

pom

Download gemini-blueprint 2.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.eclipse.gemini.blueprint/gemini-blueprint/ -->
<dependency>
    <groupId>org.eclipse.gemini.blueprint</groupId>
    <artifactId>gemini-blueprint</artifactId>
    <version>2.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.gemini.blueprint/gemini-blueprint/
implementation 'org.eclipse.gemini.blueprint:gemini-blueprint:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.eclipse.gemini.blueprint/gemini-blueprint/
implementation ("org.eclipse.gemini.blueprint:gemini-blueprint:2.0.0.RELEASE")
'org.eclipse.gemini.blueprint:gemini-blueprint:pom:2.0.0.RELEASE'
<dependency org="org.eclipse.gemini.blueprint" name="gemini-blueprint" rev="2.0.0.RELEASE">
  <artifact name="gemini-blueprint" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.gemini.blueprint', module='gemini-blueprint', version='2.0.0.RELEASE')
)
libraryDependencies += "org.eclipse.gemini.blueprint" % "gemini-blueprint" % "2.0.0.RELEASE"
[org.eclipse.gemini.blueprint/gemini-blueprint "2.0.0.RELEASE"]