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