s

sticky-rs-coercion-jersey

A simple coercion library for injecting jax rs proxies into fields for types annotated with @Path
http://www.StickyCode.net/sticky-coercion-rs/
Files download
File Operation
sticky-rs-coercion-jersey-1.1.jar download
sticky-rs-coercion-jersey-1.1.pom download
sticky-rs-coercion-jersey-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.stickycode.rs</groupId>
  <artifactId>sticky-rs-coercion-jersey</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'net.stickycode.rs:sticky-rs-coercion-jersey:1.1'
Gradle Kotlin
implementation("net.stickycode.rs:sticky-rs-coercion-jersey:1.1")
Scala SBT
libraryDependencies += "net.stickycode.rs" % "sticky-rs-coercion-jersey" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.stickycode.rs', module='sticky-rs-coercion-jersey', version='1.1')
)
Apache Ivy
<dependency org="net.stickycode.rs" name="sticky-rs-coercion-jersey" rev="1.1" />
Leiningen
[net.stickycode.rs/sticky-rs-coercion-jersey "1.1"]
Apache Buildr
'net.stickycode.rs:sticky-rs-coercion-jersey:jar:1.1'