GroupId | GroupIdorg.whiley |
---|---|
ArtifactId | ArtifactIdjevm |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
jevm-0.1.1.pom | |
jevm-0.1.1.jar | 34 KB |
jevm-0.1.1-sources.jar | 17 KB |
jevm-0.1.1-javadoc.jar | 125 KB |
Browse |
<!-- 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"]