<?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>ai.tegmentum</groupId>
  <artifactId>wasmtime4j</artifactId>
  <version>45.0.2-1.1.6</version>
  <name>Wasmtime4j Public API</name>
  <description>Public API interfaces for Wasmtime WebAssembly runtime bindings</description>
  <url>https://github.com/tegmentum/wasmtime4j/wasmtime4j</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>wasmtime4j-team</id>
      <name>Wasmtime4j Development Team</name>
      <organization>Tegmentum AI</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/tegmentum/wasmtime4j.git/wasmtime4j</connection>
    <developerConnection>scm:git:ssh://github.com:tegmentum/wasmtime4j.git/wasmtime4j</developerConnection>
    <url>https://github.com/tegmentum/wasmtime4j/tree/master/wasmtime4j</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ai.tegmentum</groupId>
      <artifactId>wasmtime4j-native-loader</artifactId>
      <version>45.0.2-1.1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.spotbugs</groupId>
      <artifactId>spotbugs-annotations</artifactId>
      <version>4.9.8</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
