tw.hyl.common:jersey-jodatime

Common dependency versions and settings.

Категории

Категории

Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

tw.hyl.common
Идентификатор

Идентификатор

jersey-jodatime
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Common dependency versions and settings.
Система контроля версий

Система контроля версий

https://github.com/yunglin/common-jersey-jodatime

Скачать jersey-jodatime

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
joda-time : joda-time jar 2.2
org.glassfish.jersey.core : jersey-server jar 2.9.1

test (3)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.8
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-jetty jar 2.9.1
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.9.1

Модули Проекта

Данный проект не имеет модулей.

Jersey JodaTime Converter

This project enables the usage of jodatime instances as path and/or query parameters.

Installation

To enable jodatime converters, you have to register JodaTimeParamConverterProvider with ResourceConfig

  ResourceConfig ret = new ResourceConfig();
  ret.register(JodaTimeParamConverterProvider.class);

License

Apache License 2.0

Версии библиотеки

Версия
1.0.0