com.github.psamsotha:jersey-properties

An extension feature for the injection of arbitrary properties into Jersey 2.x resources and providers.

License

License

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.github.psamsotha
ArtifactId

ArtifactId

jersey-properties
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.psamsotha:jersey-properties
An extension feature for the injection of arbitrary properties into Jersey 2.x resources and providers.
Project URL

Project URL

https://github.com/psamsotha/jersey-properties

Download jersey-properties

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-server jar 2.8

test (1)

Group / Artifact Type Version
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-inmemory jar 2.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.1
0.1.0