<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>ca.solo-studios</groupId>
  <artifactId>ksp-service-annotation</artifactId>
  <version>1.0.7</version>
  <name>KSP Service Annotation</name>
  <description>A KSP Annotation processor to automatically create the required files in META-INF/services for services.</description>
  <url>https://github.com/solo-studios/KSPServiceAnnotation</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>solonovamax</id>
      <name>solonovamax</name>
      <email>solonovamax@12oclockpoint.com</email>
      <url>https://github.com/solonovamax</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/solo-studios/KSPServiceAnnotation.git</connection>
    <developerConnection>scm:git:ssh://github.com/solo-studios/KSPServiceAnnotation.git</developerConnection>
    <url>https://github.com/solo-studios/KSPServiceAnnotation</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/solo-studios/KSPServiceAnnotation/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.devtools.ksp</groupId>
      <artifactId>symbol-processing-api</artifactId>
      <version>1.9.20-1.0.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup</groupId>
      <artifactId>kotlinpoet-jvm</artifactId>
      <version>1.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup</groupId>
      <artifactId>kotlinpoet-ksp</artifactId>
      <version>1.17.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
