Development Ecosystem

Java Development Ecosystem

IDE

Eclipse is the recommended Java IDE, it integrates with the other tools used, such as Maven or git.

CI

Travis is used for Continuous Integration.

Project Management

Maven is used to manage projects.

Version Control

git is used for version control.

Deployment to Dependency Repositories

Bintray, JCenter and Maven Central are used to deploy artifacts.

Last updated