is not current version
Last Version 0.1.1

com.github.psamsotha:jersey-properties 0.1.0

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

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.github.psamsotha
ArtifactId

ArtifactId

jersey-properties
Version

Version

0.1.0
Type

Type

jar

Download jersey-properties 0.1.0


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