<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.36</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.core', module='jersey-client', version='2.36')
)
<parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> <version>2.36</version> </parent>
compile
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.glassfish.jersey.core:jersey-common
|-- org.glassfish.hk2.external:jakarta.inject
test
|-- com.sun.activation:jakarta.activation
|-- junit:junit