v

vpro-shared-rs-client

Utilities related to jakarta.ws.rs.client
Files download
File Operation
vpro-shared-rs-client-5.0.0.jar download
vpro-shared-rs-client-5.0.0.pom download
vpro-shared-rs-client-5.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.vpro.shared</groupId>
  <artifactId>vpro-shared-rs-client</artifactId>
  <version>5.0.0</version>
</dependency>
Gradle Groovy
implementation 'nl.vpro.shared:vpro-shared-rs-client:5.0.0'
Gradle Kotlin
implementation("nl.vpro.shared:vpro-shared-rs-client:5.0.0")
Scala SBT
libraryDependencies += "nl.vpro.shared" % "vpro-shared-rs-client" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='nl.vpro.shared', module='vpro-shared-rs-client', version='5.0.0')
)
Apache Ivy
<dependency org="nl.vpro.shared" name="vpro-shared-rs-client" rev="5.0.0" />
Leiningen
[nl.vpro.shared/vpro-shared-rs-client "5.0.0"]
Apache Buildr
'nl.vpro.shared:vpro-shared-rs-client:jar:5.0.0'