| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.sun.jersey.test |
| Идентификатор | Идентификаторosgi |
| Версия | Версия1.4-ea06 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| osgi-1.4-ea06.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/ -->
<dependency>
<groupId>com.sun.jersey.test</groupId>
<artifactId>osgi</artifactId>
<version>1.4-ea06</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/
implementation 'com.sun.jersey.test:osgi:1.4-ea06'
// https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/
implementation ("com.sun.jersey.test:osgi:1.4-ea06")
'com.sun.jersey.test:osgi:pom:1.4-ea06'
<dependency org="com.sun.jersey.test" name="osgi" rev="1.4-ea06">
<artifact name="osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test', module='osgi', version='1.4-ea06')
)
libraryDependencies += "com.sun.jersey.test" % "osgi" % "1.4-ea06"
[com.sun.jersey.test/osgi "1.4-ea06"]