<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.walleth.kethereum</groupId>
  <artifactId>erc712</artifactId>
  <version>0.86.0</version>
  <name>komputing/KEthereum</name>
  <description>Kotlin library for Ethereum</description>
  <url>https://github.com/komputing/KEthereum</url>
  <inceptionYear>2017</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>komputing</id>
      <name>Komputing</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/komputing/KEthereum.git</connection>
    <developerConnection>scm:git://github.com/komputing/KEthereum.git</developerConnection>
    <url>git://github.com/komputing/KEthereum.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.walleth.kethereum</groupId>
      <artifactId>model</artifactId>
      <version>0.86.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.walleth.kethereum</groupId>
      <artifactId>crypto</artifactId>
      <version>0.86.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.walleth.kethereum</groupId>
      <artifactId>crypto_api</artifactId>
      <version>0.86.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.walleth.kethereum</groupId>
      <artifactId>extensions_kotlin</artifactId>
      <version>0.86.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.walleth.kethereum</groupId>
      <artifactId>extensions_transactions</artifactId>
      <version>0.86.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.walleth.kethereum</groupId>
      <artifactId>rlp</artifactId>
      <version>0.86.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.walleth.kethereum</groupId>
      <artifactId>types</artifactId>
      <version>0.86.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.walleth.kethereum</groupId>
      <artifactId>keccak_shortcut</artifactId>
      <version>0.86.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.komputing</groupId>
      <artifactId>khex</artifactId>
      <version>1.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.moshi</groupId>
      <artifactId>moshi</artifactId>
      <version>1.13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okio</groupId>
      <artifactId>okio-jvm</artifactId>
      <version>3.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
