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