client-core

Redmine REST API Client for Scala 2.11: Client Core. Contains API manager and JSON serialization implementation.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

by.exonit.redmine.client
ArtifactId

ArtifactId

client-core_2.11
Last Version

Last Version

5.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

client-core
Redmine REST API Client for Scala 2.11: Client Core. Contains API manager and JSON serialization implementation.
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-core_2.11

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.typelevel : scala-library jar 2.11.11-bin-typelevel-4
by.exonit.redmine.client : client-api_2.11 jar 5.0.0
org.typelevel : cats-free_2.11 jar 0.9.0
joda-time : joda-time jar 2.10
org.joda : joda-convert jar 2.1
org.json4s : json4s-core_2.11 jar 3.5.4
org.json4s : json4s-jackson_2.11 jar 3.5.4
org.slf4j : slf4j-api jar 1.7.25
com.typesafe.scala-logging : scala-logging_2.11 jar 3.9.0

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 1.7.25
org.scalatest : scalatest_2.11 jar 3.0.5
com.github.rest-driver : rest-client-driver jar 2.0.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
5.0.0
5.0.0-rc5
5.0.0-rc4
5.0.0-rc3
4.0.0-RC2