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