Java SDK Free
ByCrowdinVerified Author

Crowdin Java API client / SDK

Try Crowdin

Crowdin Java client

Copy link

The Crowdin Java client is a lightweight interface to the Crowdin API that works in any Java environment. It provides common services for making API requests.

Our API is a full-featured RESTful API that helps you to integrate localization into your development process. The endpoints that we use allow you to easily make calls to retrieve information and to execute actions needed.

For more about Crowdin API see the documentation:

Installation

Copy link

Gradle

Copy link
repositories {
    maven { url "https://jitpack.io" }
}
dependencies {
    compile "com.github.crowdin:crowdin-api-client-java:1.15.6"
}

Maven

Copy link
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.crowdin</groupId>
    <artifactId>crowdin-api-client-java</artifactId>
    <version>1.15.6</version>
</dependency>

Seeking Assistance and Contributing

Copy link

If you find any problems or would like to suggest a feature, please read the How can I contribute section in our contributing guidelines.

Localize your product with Crowdin

Automate content updates, boost team collaboration, and reach new markets faster.

Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.

Learn More
Categories
Development
Works with
  • Crowdin Enterprise
  • crowdin.com
Details

Released on Apr 1, 2022

Updated on Apr 18, 2024

Published by Crowdin

Identifier:crowdin-api-client-java