<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
      <modelVersion>4.0.0</modelVersion>
      <groupId>io.github.salute-developers.theme-builder-plugin</groupId>
      <artifactId>io.github.salute-developers.theme-builder-plugin.gradle.plugin</artifactId>
      <version>0.24.0</version>
      <packaging>pom</packaging>
      <dependencies>
        <dependency>
          <groupId>io.github.salute-developers</groupId>
          <artifactId>plugin_theme_builder</artifactId>
          <version>0.24.0</version>
        </dependency>
      </dependencies>
    </project>