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