This is a simple Java Client to consume Marvel API from a server side application.
Full documentation can be found at Marvel Developer Portal.
To use it in your project just add the dependency:
<dependency>
<groupId>com.pcab</groupId>
<artifactId>marvel-api-client</artifactId>
<version>1.0.0</version>
</dependency>If you want to build this project, and run the tests, you need to have a developer account and your public and private key.