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