EA Async implements async-await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion.
'com.ea.async:ea-async-parent:0.9.0'
<dependency>
<groupId>com.ea.async</groupId>
<artifactId>ea-async-parent</artifactId>
<version>0.9.0</version>
</dependency>
<dependency org="com.ea.async" name="ea-async-parent" rev="0.9.0"/>
"com.ea.async", "ea-async-parent", "0.9.0"