<?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>dev.kursor.ktensorflow.link</groupId>
  <artifactId>dev.kursor.ktensorflow.link.gradle.plugin</artifactId>
  <version>0.2</version>
  <packaging>pom</packaging>
  <name>KTensorFlow</name>
  <description>A Kotlin Multiplatform library for TensorFlow.</description>
  <url>https://github.com/kursor1337/KTensorFlow/</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>https://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kursor</id>
      <name>Sergey Kurochkin</name>
      <url>https://github.com/kursor1337/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/kursor1337/KTensorFlow.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/kursor1337/KTensorFlow.git</developerConnection>
    <url>https://github.com/kursor1337/KTensorFlow/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.kursor.ktensorflow</groupId>
      <artifactId>ktensorflow-link</artifactId>
      <version>0.2</version>
    </dependency>
  </dependencies>
</project>
