<?xml version="1.0" encoding="UTF-8" standalone="no"?><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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <!-- 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>dev.gradleplugins</groupId>
  <artifactId>gradle-runner-kit-api</artifactId>
  <version>0.0.103</version>
  <dependencies>
    <dependency>
      <groupId>dev.gradleplugins</groupId>
      <artifactId>gradle-fixtures</artifactId>
      <version>0.0.103</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.gradleplugins</groupId>
      <artifactId>gradle-fixtures-file-system</artifactId>
      <version>0.0.103</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
<url>https://gradleplugins.dev</url><licenses><license><name>The Apache License, Version 2.0</name><url>https://www.apache.org/licenses/LICENSE-2.0.txt</url></license></licenses><scm><url>https://github.com/gradle-plugins</url></scm><developers><developer><name>Daniel Lacasse</name></developer></developers><name>Gradle runner kit</name><description>Gradle runner kit</description></project>