GroupId | GroupIdorg.whiley |
---|---|
ArtifactId | ArtifactIdjevm |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
jevm-0.1.5.pom | |
jevm-0.1.5.jar | 41 KB |
jevm-0.1.5-sources.jar | 23 KB |
jevm-0.1.5-javadoc.jar | 524 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/jevm/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>jevm</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/jevm/
implementation 'org.whiley:jevm:0.1.5'
// https://jarcasting.com/artifacts/org.whiley/jevm/
implementation ("org.whiley:jevm:0.1.5")
'org.whiley:jevm:jar:0.1.5'
<dependency org="org.whiley" name="jevm" rev="0.1.5">
<artifact name="jevm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='jevm', version='0.1.5')
)
libraryDependencies += "org.whiley" % "jevm" % "0.1.5"
[org.whiley/jevm "0.1.5"]