tw.hyl.common:jersey-jodatime

Common dependency versions and settings.

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

tw.hyl.common
ArtifactId

ArtifactId

jersey-jodatime
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Common dependency versions and settings.
Source Code Management

Source Code Management

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

Download jersey-jodatime

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
joda-time : joda-time jar 2.2
org.glassfish.jersey.core : jersey-server jar 2.9.1

test (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0