| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.osgi |
| Идентификатор | Идентификаторorg.osgi.test.parent |
| Версия | Версия1.0.1 |
| Тип | Типpom |
| Описание |
Описаниеorg.osgi:org.osgi.test.parent
OSGi Testing Support Parent
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| org.osgi.test.parent-1.0.1.pom | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.osgi/org.osgi.test.parent/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.test.parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/org.osgi.test.parent/
implementation 'org.osgi:org.osgi.test.parent:1.0.1'
// https://jarcasting.com/artifacts/org.osgi/org.osgi.test.parent/
implementation ("org.osgi:org.osgi.test.parent:1.0.1")
'org.osgi:org.osgi.test.parent:pom:1.0.1'
<dependency org="org.osgi" name="org.osgi.test.parent" rev="1.0.1">
<artifact name="org.osgi.test.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='org.osgi.test.parent', version='1.0.1')
)
libraryDependencies += "org.osgi" % "org.osgi.test.parent" % "1.0.1"
[org.osgi/org.osgi.test.parent "1.0.1"]