client-play-ws

Redmine REST API Client for Scala 2.11: Play-WS Web Client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

by.exonit.redmine.client
ArtifactId

ArtifactId

client-play-ws_2.11
Last Version

Last Version

4.0.0-RC2
Release Date

Release Date

Type

Type

jar
Description

Description

client-play-ws
Redmine REST API Client for Scala 2.11: Play-WS Web Client
Project URL

Project URL

https://github.com/exon-it/redmine-scala-client
Project Organization

Project Organization

Exon IT
Source Code Management

Source Code Management

https://github.com/exon-it/redmine-scala-client

Download client-play-ws_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/by.exonit.redmine.client/client-play-ws_2.11/ -->
<dependency>
    <groupId>by.exonit.redmine.client</groupId>
    <artifactId>client-play-ws_2.11</artifactId>
    <version>4.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/by.exonit.redmine.client/client-play-ws_2.11/
implementation 'by.exonit.redmine.client:client-play-ws_2.11:4.0.0-RC2'
// https://jarcasting.com/artifacts/by.exonit.redmine.client/client-play-ws_2.11/
implementation ("by.exonit.redmine.client:client-play-ws_2.11:4.0.0-RC2")
'by.exonit.redmine.client:client-play-ws_2.11:jar:4.0.0-RC2'
<dependency org="by.exonit.redmine.client" name="client-play-ws_2.11" rev="4.0.0-RC2">
  <artifact name="client-play-ws_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='by.exonit.redmine.client', module='client-play-ws_2.11', version='4.0.0-RC2')
)
libraryDependencies += "by.exonit.redmine.client" % "client-play-ws_2.11" % "4.0.0-RC2"
[by.exonit.redmine.client/client-play-ws_2.11 "4.0.0-RC2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
by.exonit.redmine.client : client-core_2.11 jar 4.0.0-RC2
com.typesafe.play : play-ws_2.11 jar 2.5.13

test (5)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 1.7.25
junit : junit jar 4.12
org.scalatest : scalatest_2.11 jar 3.0.1
com.github.rest-driver : rest-client-driver jar 2.0.0
com.jsuereth : scala-arm_2.11 jar 2.0

Project Modules

There are no modules declared in this project.

Redmine REST API Client for Scala

  • Core and client modules are built for Scala 2.11 and 2.12.
  • Play-WS module is built for Play Framework 2.5/Scala 2.11.
  • Play-WS-Standalone module is built for Scala 2.11 and 2.12.
  • Uses typelevel:cats to provide monadic DSL for web request/response.
  • Uses SLF4J API for logging.
  • Based on TaskAdapter Redmine Java API
by.exonit.redmine.client

Exon IT

Versions

Version
4.0.0-RC2