| Группа | Группаcom.sun.xml.bind.mvn |
|---|---|
| Идентификатор | Идентификаторosgi-tests |
| Версия | Версия2.3.0-b170127.1453 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| osgi-tests-2.3.0-b170127.1453.pom | 2 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>2.3.0-b170127.1453</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/osgi-tests/
implementation 'com.sun.xml.bind.mvn:osgi-tests:2.3.0-b170127.1453'
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/osgi-tests/
implementation ("com.sun.xml.bind.mvn:osgi-tests:2.3.0-b170127.1453")
'com.sun.xml.bind.mvn:osgi-tests:pom:2.3.0-b170127.1453'
<dependency org="com.sun.xml.bind.mvn" name="osgi-tests" rev="2.3.0-b170127.1453">
<artifact name="osgi-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind.mvn', module='osgi-tests', version='2.3.0-b170127.1453')
)
libraryDependencies += "com.sun.xml.bind.mvn" % "osgi-tests" % "2.3.0-b170127.1453"
[com.sun.xml.bind.mvn/osgi-tests "2.3.0-b170127.1453"]