<?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.Kr1ptal.ethers-kt</groupId>
  <artifactId>ethers-signers</artifactId>
  <version>0.3.0</version>
  <name>ethers-signers</name>
  <description>Async, high-performance Kotlin library for interacting with EVM-based blockchains. Targeting JVM and Android platforms.</description>
  <url>https://github.com/Kr1ptal/ethers-kt</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>Apache-2.0 License</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kriptal</id>
      <name>Kriptal</name>
      <organization>Kriptal</organization>
      <organizationUrl>https://kriptal.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Kr1ptal/ethers-kt.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/Kr1ptal/ethers-kt.git</developerConnection>
    <url>https://github.com/Kr1ptal/ethers-kt</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.22</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Kr1ptal.ethers-kt</groupId>
      <artifactId>ethers-core</artifactId>
      <version>0.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Kr1ptal.ethers-kt</groupId>
      <artifactId>ethers-crypto</artifactId>
      <version>0.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Kr1ptal.ethers-kt</groupId>
      <artifactId>ethers-rlp</artifactId>
      <version>0.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15to18</artifactId>
      <version>1.77</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
