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:1.0.2'
<dependency>
<groupId>com.ea.async</groupId>
<artifactId>ea-async-parent</artifactId>
<version>1.0.2</version>
</dependency>
<dependency org="com.ea.async" name="ea-async-parent" rev="1.0.2"/>
"com.ea.async", "ea-async-parent", "1.0.2"