License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.github.psamsotha |
ArtifactId | ArtifactIdjersey-properties |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.psamsotha:jersey-properties
An extension feature for the injection of arbitrary properties into
Jersey 2.x resources and providers.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jersey-properties-0.1.1.pom | |
jersey-properties-0.1.1.jar | 21 KB |
jersey-properties-0.1.1-sources.jar | 10 KB |
jersey-properties-0.1.1-javadoc.jar | 33 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-server | jar | 2.8 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-inmemory | jar | 2.8 |