codacy-api-java

Codacy Java API wrapper

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.codacy
ArtifactId

ArtifactId

codacy-api-java
Last Version

Last Version

1.11.5
Release Date

Release Date

Type

Type

jar
Description

Description

codacy-api-java
Codacy Java API wrapper
Project URL

Project URL

https://www.codacy.com
Project Organization

Project Organization

Codacy
Source Code Management

Source Code Management

https://github.com/codacy/codacy-api-java

Download codacy-api-java

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.4
com.google.code.gson : gson jar 2.3.1
commons-io : commons-io jar 2.4

test (3)

Group / Artifact Type Version
org.jacoco : org.jacoco.agent jar 0.7.9
junit : junit jar 4.11
com.novocode : junit-interface jar 0.11

Project Modules

There are no modules declared in this project.

Codacy API wrapper

Build Status Codacy Badge Codacy Badge Maven Central

Java wrapper for the Codacy API.

Usage

If you use Maven you can declare the dependency:

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>codacy-api-java</artifactId>
    <version>VERSION</version>
</dependency>

Example usage:

CodacyClient client = new CodacyClient(apiToken);
CommitService service = new CommitService(client);

Commit commit = service.getCommit(username, projectName, commitUUID);

The API Token can be found under your account settings.

What is Codacy?

Codacy is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.

Among Codacy’s features:

  • Identify new Static Analysis issues
  • Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
  • Auto-comments on Commits and Pull Requests
  • Integrations with Slack, HipChat, Jira, YouTrack
  • Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories

Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.

Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.

Free for Open Source

Codacy is free for Open Source projects.

com.codacy

Codacy

Versions

Version
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10
1.9
1.8
1.6
1.5
1.4
1.3
0.1.0-circlepublish.8cf4812
0.1.0-circlepublish.6af9f76