| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.felix.atomos |
| Идентификатор | Идентификаторosgi.core |
| Версия | Версия8.0.0 |
| Тип | Типjar |
| Описание |
Описаниеosgi.core
Apache Felix is a community effort to implement the OSGi Framework and Service platform and other interesting OSGi-related technologies.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| osgi.core-8.0.0.pom | |
| osgi.core-8.0.0.jar | 7 KB |
| osgi.core-8.0.0-sources.jar | 7 KB |
| osgi.core-8.0.0-AtomosFelix.jar | 7 KB |
| osgi.core-8.0.0-AtomosEquinox.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.felix.atomos/osgi.core/ -->
<dependency>
<groupId>org.apache.felix.atomos</groupId>
<artifactId>osgi.core</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix.atomos/osgi.core/
implementation 'org.apache.felix.atomos:osgi.core:8.0.0'
// https://jarcasting.com/artifacts/org.apache.felix.atomos/osgi.core/
implementation ("org.apache.felix.atomos:osgi.core:8.0.0")
'org.apache.felix.atomos:osgi.core:jar:8.0.0'
<dependency org="org.apache.felix.atomos" name="osgi.core" rev="8.0.0">
<artifact name="osgi.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix.atomos', module='osgi.core', version='8.0.0')
)
libraryDependencies += "org.apache.felix.atomos" % "osgi.core" % "8.0.0"
[org.apache.felix.atomos/osgi.core "8.0.0"]