Redmine Java API

Free open-source Java API for Redmine and Chiliproject bug/task management systems.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.stephenc.connectors
ArtifactId

ArtifactId

redmine-java-api
Last Version

Last Version

1.15.0
Release Date

Release Date

Type

Type

jar
Description

Description

Redmine Java API
Free open-source Java API for Redmine and Chiliproject bug/task management systems.
Source Code Management

Source Code Management

http://github.com/stephenc/redmine-java-api/tree/master/

Download redmine-java-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stephenc.connectors/redmine-java-api/ -->
<dependency>
    <groupId>com.github.stephenc.connectors</groupId>
    <artifactId>redmine-java-api</artifactId>
    <version>1.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.connectors/redmine-java-api/
implementation 'com.github.stephenc.connectors:redmine-java-api:1.15.0'
// https://jarcasting.com/artifacts/com.github.stephenc.connectors/redmine-java-api/
implementation ("com.github.stephenc.connectors:redmine-java-api:1.15.0")
'com.github.stephenc.connectors:redmine-java-api:jar:1.15.0'
<dependency org="com.github.stephenc.connectors" name="redmine-java-api" rev="1.15.0">
  <artifact name="redmine-java-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.connectors', module='redmine-java-api', version='1.15.0')
)
libraryDependencies += "com.github.stephenc.connectors" % "redmine-java-api" % "1.15.0"
[com.github.stephenc.connectors/redmine-java-api "1.15.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.2
org.json : json jar 20090211
org.slf4j : slf4j-api jar 1.6.1

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.6.1
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Redmine/Chiliproject Java API

A fork of https://github.com/taskadapter/redmine-java-api (previously this 404 and before that another 404)

The https://github.com/redminedev/redmine-java-api

  • Uses Redmine REST API
  • Does not require any plugins installed to Redmine/Chiliproject server.
  • Runs on any standard Java platform as well as Android OS (version 2.2 or newer)
  • Supports HTTP proxy
  • Supports GZipped responses from servers

This fork makes the following changes:

  • Uses slf4j for logging
  • Has the entire history using LF in the repository

Maven Central dependency:

<dependency>
    <groupId>com.github.stephenc.connectors</groupId>
    <artifactId>redmine-java-api</artifactId>
    <version>1.11.0</version>
</dependency>

Versions

Version
1.15.0
1.14.0
1.11.0
1.9.0