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