Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdjaxrs-types-injection |
Version | Version2.26-b02 |
Type | Typejar |
<!-- 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.26-b02</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxrs-types-injection/
implementation 'org.glassfish.jersey.examples:jaxrs-types-injection:2.26-b02'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxrs-types-injection/
implementation ("org.glassfish.jersey.examples:jaxrs-types-injection:2.26-b02")
'org.glassfish.jersey.examples:jaxrs-types-injection:jar:2.26-b02'
<dependency org="org.glassfish.jersey.examples" name="jaxrs-types-injection" rev="2.26-b02">
<artifact name="jaxrs-types-injection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='jaxrs-types-injection', version='2.26-b02')
)
libraryDependencies += "org.glassfish.jersey.examples" % "jaxrs-types-injection" % "2.26-b02"
[org.glassfish.jersey.examples/jaxrs-types-injection "2.26-b02"]