<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.kriptal.ethers</groupId>
  <artifactId>ethers-bom</artifactId>
  <version>1.3.2</version>
  <packaging>pom</packaging>
  <name>ethers-bom</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>
  <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>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-abi</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-abigen</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-abigen-plugin</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-core</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-crypto</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-ens</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-providers</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-rlp</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-signers</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>ethers-signers-gcp</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>examples</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.kriptal.ethers</groupId>
        <artifactId>logger</artifactId>
        <version>1.3.2</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
