| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.gemini.blueprint |
| Идентификатор | Идентификаторgemini-blueprint |
| Последняя версия | Последняя версия3.0.0.M01 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gemini-blueprint-3.0.0.M01.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>3.0.0.M01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.gemini.blueprint/gemini-blueprint/
implementation 'org.eclipse.gemini.blueprint:gemini-blueprint:3.0.0.M01'
// https://jarcasting.com/artifacts/org.eclipse.gemini.blueprint/gemini-blueprint/
implementation ("org.eclipse.gemini.blueprint:gemini-blueprint:3.0.0.M01")
'org.eclipse.gemini.blueprint:gemini-blueprint:pom:3.0.0.M01'
<dependency org="org.eclipse.gemini.blueprint" name="gemini-blueprint" rev="3.0.0.M01">
<artifact name="gemini-blueprint" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.gemini.blueprint', module='gemini-blueprint', version='3.0.0.M01')
)
libraryDependencies += "org.eclipse.gemini.blueprint" % "gemini-blueprint" % "3.0.0.M01"
[org.eclipse.gemini.blueprint/gemini-blueprint "3.0.0.M01"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.servicemix.bundles : org.apache.servicemix.bundles.junit | jar | 4.12_1 |
| org.easymock : easymock | jar | 3.2 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.assertj : assertj-core | jar | 3.6.2 |