is not current version
Last Version 2.0.1

io.bootique.jersey:bootique-jersey-client 2.0.B1

Provides HTTP client integrated with Bootique, built on top of Jersey.

Categories

Categories

CLI User Interface Jersey Program Interface REST Frameworks Bootique Web Frameworks
GroupId

GroupId

io.bootique.jersey
ArtifactId

ArtifactId

bootique-jersey-client
Version

Version

2.0.B1
Type

Type

jar

Download bootique-jersey-client 2.0.B1


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