| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ancoron.osgi.test |
| Идентификатор | Идентификаторbundles |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOSGi bundles
This is a project with the aim to provide a lot of code for common tasks
involved when testing OSGi applications.
|
| Имя Файла | Размер |
|---|---|
| bundles-1.0.0.pom | 707 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ancoron.osgi.test/bundles/ -->
<dependency>
<groupId>org.ancoron.osgi.test</groupId>
<artifactId>bundles</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/bundles/
implementation 'org.ancoron.osgi.test:bundles:1.0.0'
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/bundles/
implementation ("org.ancoron.osgi.test:bundles:1.0.0")
'org.ancoron.osgi.test:bundles:pom:1.0.0'
<dependency org="org.ancoron.osgi.test" name="bundles" rev="1.0.0">
<artifact name="bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.osgi.test', module='bundles', version='1.0.0')
)
libraryDependencies += "org.ancoron.osgi.test" % "bundles" % "1.0.0"
[org.ancoron.osgi.test/bundles "1.0.0"]