MVN

org.whiley : evmtools

Maven & Gradle

Mar 03, 2023
1 stars

EVM Tools · A tool for generating reference tests with full trace data.

<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>evmtools</artifactId>
    <version>0.3.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.whiley : evmtools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.26

All Versions

Choose a version of org.whiley : evmtools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
evmtools-0.3.26
evmtools-0.3.25
evmtools-0.3.24
evmtools-0.3.23
evmtools-0.3.22
evmtools-0.3.21
evmtools-0.3.20
evmtools-0.3.19
evmtools-0.3.18
evmtools-0.3.17
evmtools-0.3.16
evmtools-0.3.15
evmtools-0.3.14
evmtools-0.3.13
evmtools-0.3.12
evmtools-0.3.11
evmtools-0.3.10
evmtools-0.3.9
evmtools-0.3.8
evmtools-0.3.7
evmtools-0.3.6
evmtools-0.3.5
evmtools-0.3.4
evmtools-0.3.3
evmtools-0.3.2
evmtools-0.3.1
0.3
evmtools-0.3
0.2
evmtools-0.2

How to add a dependency to Maven

Add the following org.whiley : evmtools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>evmtools</artifactId>
    <version>0.3.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.whiley : evmtools gradle dependency to your build.gradle file:

implementation 'org.whiley:evmtools:0.3.26'

Gradle Kotlin DSL: Add the following org.whiley : evmtools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.whiley:evmtools:0.3.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.whiley : evmtools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.whiley" % "evmtools" % "0.3.26"

Advertisement

Dependencies from Group

3 usages
wyc
Aug 10, 2022
3 usages
216 stars
May 25, 2021
2 usages
3 stars
Dec 03, 2021
2 usages
Sep 24, 2019
1 usages
23 stars

Discover Dependencies