Download client-core_2.12-5.0.0-rc4.jar file - Jar c

Jar examples for c:client-core-2.12

Description

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

You can download jar file client-core_2.12 5.0.0-rc4 in this page.

License

Apache-2.0

Build File

You can use the following script to add client-core_2.12-5.0.0-rc4.jar to your project.

<dependency>
   <groupId>by.exonit.redmine.client</groupId>
   <artifactId>client-core_2.12</artifactId>
   <version>5.0.0-rc4</version>
</dependency>
compile group: 'by.exonit.redmine.client', name: 'client-core_2.12', version: '5.0.0-rc4'
libraryDependencies += "by.exonit.redmine.client" % "client-core_2.12" % "5.0.0-rc4"
<dependency org="by.exonit.redmine.client" name="client-core_2.12" rev="5.0.0-rc4"/>
@Grapes(@Grab(group='by.exonit.redmine.client', module='client-core_2.12', version='5.0.0-rc4'))
'by.exonit.redmine.client:client-core_2.12:jar:5.0.0-rc4'

Download

Click the following link to download the jar file.

client-core_2.12-5.0.0-rc4-javadoc.jar
client-core_2.12-5.0.0-rc4-sources.jar
client-core_2.12-5.0.0-rc4.jar
client-core_2.12-5.0.0-rc4.pom



Related Tutorials