com.effectiveosgi:_distro

Effective OSGi Runtime Bundles

Лицензия

Лицензия

Группа

Группа

com.effectiveosgi
Идентификатор

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

_distro
Последняя версия

Последняя версия

0.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Effective OSGi Runtime Bundles

Скачать _distro

Имя Файла Размер
_distro-0.0.2.pom
_distro-0.0.2.xml.gz 3 KB
Обзор

Как подключить последнюю версию

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

Зависимости

runtime (12)

Идентификатор библиотеки Тип Версия
org.apache.felix : org.apache.felix.framework jar 6.0.0
org.apache.felix : org.apache.felix.scr jar 2.1.0
org.apache.felix : org.apache.felix.configadmin jar 1.9.4
org.apache.felix : org.apache.felix.metatype jar 1.2.0
org.apache.felix : org.apache.felix.log jar 1.2.0
org.apache.felix : org.apache.felix.eventadmin jar 1.5.0
org.apache.felix : org.apache.felix.fileinstall jar 3.6.4
org.apache.felix : org.apache.felix.gogo.runtime jar 1.1.0
org.apache.felix : org.apache.felix.gogo.command jar 1.0.2
org.apache.felix : org.apache.felix.gogo.shell jar 1.1.0
ch.qos.logback : logback-classic jar 1.2.2
ch.qos.logback : logback-core jar 1.2.2

Модули Проекта

Данный проект не имеет модулей.

Effective OSGi Runtime Bundles

Sub-projects

  • com.effectiveosgi.rt.aws: Library and component bundle for working with Amazon Web Services.
  • com.effectiveosgi.rt.config: An extension for Felix File Install that processes configuration files in various formats.
  • com.effectiveosgi.rt.inspect.web.servlet: An OSGi Inspector web application, implemented as a Servlet (requires an OSGi HTTP Servlet Whiteboard implementation).
  • com.effectiveosgi.rt.inspect.web.standalone: A completely standalone variant of the OSGi Inspector web application using an embedded web server -- no dependencies but not configurable via OSGi Config Admin.

Installation

This project is delivered as a set of OSGi bundles that can be installed directly from Maven Central. We recommend adding the following dependency section(s) to any Maven module that is visible to your index module.

<!-- AWS Module -->
<dependency>
  <groupId>com.effectiveosgi</groupId>
  <artifactId>com.effectiveosgi.rt.aws</artifactId>
  <version>0.0.1</version>
  <scope>runtime</scope>
</dependency>

<!-- Config Module -->
<dependency>
  <groupId>com.effectiveosgi</groupId>
  <artifactId>com.effectiveosgi.rt.config</artifactId>
  <version>0.1.0</version>
  <scope>runtime</scope>
</dependency>

<!-- Inspect Servlet Module -->
<dependency>
  <groupId>com.effectiveosgi</groupId>
  <artifactId>com.effectiveosgi.rt.inspect.web.servlet</artifactId>
  <version>0.0.1</version>
  <scope>runtime</scope>
</dependency>

<!-- Inspect Standalone Module -->
<dependency>
  <groupId>com.effectiveosgi</groupId>
  <artifactId>com.effectiveosgi.rt.inspect.web.standalone</artifactId>
  <version>0.0.2</version>
  <scope>runtime</scope>
</dependency>

For example if your project was generated from the Effective OSGi Maven Archetypes then these can be added to the POM of the _distro module.

Build Status

Build Status

com.effectiveosgi

Effective OSGi

Templates, examples and runtime components for Effective OSGi development

Версии библиотеки

Версия
0.0.2
0.0.1