| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGradle Компиляция и сборка |
| Группа | Группаcom.athaydes.gradle.osgi |
| Идентификатор | Идентификаторosgi-run-core |
| Последняя версия | Последняя версия2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеosgi-run-core
A Gradle plugin to make the development of modular applications using OSGi completely painless
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| osgi-run-core-2.0.pom | |
| osgi-run-core-2.0.jar | 150 KB |
| osgi-run-core-2.0-sources.jar | 15 KB |
| osgi-run-core-2.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.athaydes.gradle.osgi/osgi-run-core/ -->
<dependency>
<groupId>com.athaydes.gradle.osgi</groupId>
<artifactId>osgi-run-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.athaydes.gradle.osgi/osgi-run-core/
implementation 'com.athaydes.gradle.osgi:osgi-run-core:2.0'
// https://jarcasting.com/artifacts/com.athaydes.gradle.osgi/osgi-run-core/
implementation ("com.athaydes.gradle.osgi:osgi-run-core:2.0")
'com.athaydes.gradle.osgi:osgi-run-core:jar:2.0'
<dependency org="com.athaydes.gradle.osgi" name="osgi-run-core" rev="2.0">
<artifact name="osgi-run-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.athaydes.gradle.osgi', module='osgi-run-core', version='2.0')
)
libraryDependencies += "com.athaydes.gradle.osgi" % "osgi-run-core" % "2.0"
[com.athaydes.gradle.osgi/osgi-run-core "2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| biz.aQute.bnd : biz.aQute.bndlib | jar | 6.1.0 |