| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.osgi |
| Идентификатор | Идентификаторosgi.enroute.base.api |
| Версия | Версия2.1.0 |
| Тип | Типjar |
| Описание |
Описаниеosgi.enroute.base.api
enRoute is an OSGi project that creates a runtime environment for developing applications. This bundle provides the base API for this environment. In any enRoute 2.1.0.201809261621 environment you will find implementations for all the contained services. The purpose of this bundle is to be use for compilation, it must not be used in a runtime; in general, providers must carry their service packages.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| osgi.enroute.base.api-2.1.0.pom | |
| osgi.enroute.base.api-2.1.0.jar | 1 MB |
| osgi.enroute.base.api-2.1.0-sources.jar | 597 KB |
| osgi.enroute.base.api-2.1.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.osgi/osgi.enroute.base.api/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.enroute.base.api</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.base.api/
implementation 'org.osgi:osgi.enroute.base.api:2.1.0'
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.base.api/
implementation ("org.osgi:osgi.enroute.base.api:2.1.0")
'org.osgi:osgi.enroute.base.api:jar:2.1.0'
<dependency org="org.osgi" name="osgi.enroute.base.api" rev="2.1.0">
<artifact name="osgi.enroute.base.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='osgi.enroute.base.api', version='2.1.0')
)
libraryDependencies += "org.osgi" % "osgi.enroute.base.api" % "2.1.0"
[org.osgi/osgi.enroute.base.api "2.1.0"]