| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.github.psamsotha |
| Идентификатор | Идентификаторjersey-properties |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.github.psamsotha:jersey-properties
An extension feature for the injection of arbitrary properties into
Jersey 2.x resources and providers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jersey.core : jersey-server | jar | 2.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-inmemory | jar | 2.8 |