| Group ID: |
org.whiley |
| Artifact ID: |
evmtools |
| Version: |
0.2 |
| Last modified: |
31.07.2022 23:25 |
| Packaging: |
pom |
| Name: |
EVM Tools |
| Description: |
A tool for generating reference tests with full trace data. |
| URL: |
https://github.com/DavePearce/EvmTools |
| License: |
The Apache License, Version 2.0 |
| Source: |
https://github.com/DavePearce/EvmTools |
| Developers: |
David J. Pearce |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/whiley/evmtools/0.2/evmtools-0.2.pom |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.whiley</groupId>
<artifactId>evmtools</artifactId>
<version>0.2</version>
<packaging>pom</packaging>
<name>EVM Tools</name>
<description>A tool for generating reference tests with full trace data.</description>
<url>https://github.com/DavePearce/EvmTools</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>redjamjar</id>
<name>David J. Pearce</name>
<email>david.pearce@ecs.vuw.ac.nz</email>
</developer>
</developers>
<scm>
<url>https://github.com/DavePearce/EvmTools</url>
</scm>
</project>
|
| Maven: |
<dependency>
<groupId>org.whiley</groupId>
<artifactId>evmtools</artifactId>
<version>0.2</version>
</dependency>
|
| Gradle: |
|
| Dependency Graph: |
Show
Less
More
|