is not current version
Last Version 1.0.2

org.sonatype.spice:jersey-ahc-client 1.0.1

Async Http Client implementation for the Jersey Client API.

Categories

Categories

CLI User Interface Jersey Program Interface REST Frameworks
GroupId

GroupId

org.sonatype.spice
ArtifactId

ArtifactId

jersey-ahc-client
Version

Version

1.0.1
Type

Type

jar

Download jersey-ahc-client 1.0.1


<!-- https://jarcasting.com/artifacts/org.sonatype.spice/jersey-ahc-client/ -->
<dependency>
    <groupId>org.sonatype.spice</groupId>
    <artifactId>jersey-ahc-client</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.spice/jersey-ahc-client/
implementation 'org.sonatype.spice:jersey-ahc-client:1.0.1'
// https://jarcasting.com/artifacts/org.sonatype.spice/jersey-ahc-client/
implementation ("org.sonatype.spice:jersey-ahc-client:1.0.1")
'org.sonatype.spice:jersey-ahc-client:jar:1.0.1'
<dependency org="org.sonatype.spice" name="jersey-ahc-client" rev="1.0.1">
  <artifact name="jersey-ahc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.spice', module='jersey-ahc-client', version='1.0.1')
)
libraryDependencies += "org.sonatype.spice" % "jersey-ahc-client" % "1.0.1"
[org.sonatype.spice/jersey-ahc-client "1.0.1"]