<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>
  
  <!-- Adjust the group and artifact IDs as appropriate -->
  <groupId>app.gebeta</groupId>
  <artifactId>android-plugin-annotation-v9</artifactId>
  <version>3.0.2</version>
  <packaging>aar</packaging>
  
  <name>Gebeta Android Annotation Plugin</name>
  <description>A simple Android annotation plugin published by Gebeta.</description>
  <url>https://github.com/gebeta/gebeta-plugins-android</url>
  
  <licenses>
    <license>
      <name>BSD 2-Clause</name>
      <url>https://opensource.org/licenses/BSD-2-Clause</url>
    </license>
  </licenses>
  
  <developers>
    <developer>
      <id>gebeta</id>
      <name>Gebeta</name>
      <email>info@gebeta.app</email>
    </developer>
  </developers>
  
  <scm>
    <connection>scm:git:git://github.com/gebeta/gebeta-plugins-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/gebeta/gebeta-plugins-android.git</developerConnection>
    <url>https://github.com/gebeta/gebeta-plugins-android</url>
  </scm>
  
  <!-- Optional: If you need to reference runtime dependencies, add them here -->
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>app.gebeta</groupId>
      <artifactId>android-sdk</artifactId>
      <version>11.6.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  
</project>
