is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:jaxrs-types-injection 2.10.4

Jersey JAX-RS types injection example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

jaxrs-types-injection
Version

Version

2.10.4
Type

Type

jar

Download jaxrs-types-injection 2.10.4


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxrs-types-injection/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>jaxrs-types-injection</artifactId>
    <version>2.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxrs-types-injection/
implementation 'org.glassfish.jersey.examples:jaxrs-types-injection:2.10.4'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxrs-types-injection/
implementation ("org.glassfish.jersey.examples:jaxrs-types-injection:2.10.4")
'org.glassfish.jersey.examples:jaxrs-types-injection:jar:2.10.4'
<dependency org="org.glassfish.jersey.examples" name="jaxrs-types-injection" rev="2.10.4">
  <artifact name="jaxrs-types-injection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='jaxrs-types-injection', version='2.10.4')
)
libraryDependencies += "org.glassfish.jersey.examples" % "jaxrs-types-injection" % "2.10.4"
[org.glassfish.jersey.examples/jaxrs-types-injection "2.10.4"]