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