| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sun.xml.bind.mvn |
| Идентификатор | Идентификаторosgi-tests |
| Версия | Версия4.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеParent for osgi testing modules.
Modules generate jars used for testing valid osgi manifests
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| osgi-tests-4.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/osgi-tests/ -->
<dependency>
<groupId>com.sun.xml.bind.mvn</groupId>
<artifactId>osgi-tests</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/osgi-tests/
implementation 'com.sun.xml.bind.mvn:osgi-tests:4.0.0'
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/osgi-tests/
implementation ("com.sun.xml.bind.mvn:osgi-tests:4.0.0")
'com.sun.xml.bind.mvn:osgi-tests:pom:4.0.0'
<dependency org="com.sun.xml.bind.mvn" name="osgi-tests" rev="4.0.0">
<artifact name="osgi-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind.mvn', module='osgi-tests', version='4.0.0')
)
libraryDependencies += "com.sun.xml.bind.mvn" % "osgi-tests" % "4.0.0"
[com.sun.xml.bind.mvn/osgi-tests "4.0.0"]