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