не последняя версия
Последняя версия 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.

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.gemini.blueprint
Идентификатор

Идентификатор

gemini-blueprint
Версия

Версия

2.0.0.RELEASE
Тип

Тип

pom

Скачать gemini-blueprint 2.0.0.RELEASE

Имя Файла Размер
gemini-blueprint-2.0.0.RELEASE.pom 48 KB
Обзор

<!-- 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"]