EVM in Java is a standalone EVM implementation, derived from the EthereumJ project.
It's light-weight and can be easily integrated into other projects.
<dependency>
<groupId>com.github.semuxproject</groupId>
<artifactId>evm</artifactId>
<version>[GIT_COMMIT_HASH]</version>
</dependency>
mvn install
mvn formatter:format license:format findbugs:check
This projected is licensed in LGPLv3.