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