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