<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>at.released.wasm2class.plugin.base</groupId>
  <artifactId>at.released.wasm2class.plugin.base.gradle.plugin</artifactId>
  <version>0.5.0</version>
  <packaging>pom</packaging>
  <name>plugin</name>
  <description>Gradle plugin that allows you to compile .wasm files into .class files with AOT bytecode for Chicory WebAssembly runtime</description>
  <url>https://github.com/illarionov/wasm2class-gradle-plugin</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>illarionov</id>
      <name>Alexey Illarionov</name>
      <email>alexey@0xdc.ru</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/illarionov/wasm2class-gradle-plugin.git</connection>
    <developerConnection>scm:git:ssh://github.com:illarionov/wasm2class-gradle-plugin.git</developerConnection>
    <url>https://github.com/illarionov/wasm2class-gradle-plugin/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>at.released.wasm2class</groupId>
      <artifactId>plugin</artifactId>
      <version>0.5.0</version>
    </dependency>
  </dependencies>
</project>
