Java
The Asana Java SDK is no longer supported. While it remains available on Maven Central Repository, it will not receive bug fixes or enhancements (including new endpoints or data model changes). We recommend using Java's HttpClient or similar HTTP libraries to make direct API requests instead.
Installation
If you use Maven for dependency management, simply include the following in your pom.xml:
<dependency>
<groupId>com.asana</groupId>
<artifactId>asana</artifactId>
<version>0.10.1</version>
</dependency>
GitHub
You can access the library's source code on GitHub.
Updated 23 days ago
Did this page help you?