is not current version
Last Version 0.1.6

org.whiley:jevm 0.1.1

A Java Emulator for the Ethereum Virtual Machine (EVM).

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jevm
Version

Version

0.1.1
Type

Type

jar

Download jevm 0.1.1


<!-- https://jarcasting.com/artifacts/org.whiley/jevm/ -->
<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>jevm</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/jevm/
implementation 'org.whiley:jevm:0.1.1'
// https://jarcasting.com/artifacts/org.whiley/jevm/
implementation ("org.whiley:jevm:0.1.1")
'org.whiley:jevm:jar:0.1.1'
<dependency org="org.whiley" name="jevm" rev="0.1.1">
  <artifact name="jevm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='jevm', version='0.1.1')
)
libraryDependencies += "org.whiley" % "jevm" % "0.1.1"
[org.whiley/jevm "0.1.1"]