<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.cthing</groupId>
  <artifactId>gradle-locc</artifactId>
  <version>3.0.0</version>
  <name>gradle-locc</name>
  <description>A Gradle plugin for counting lines of code.</description>
  <url>https://github.com/cthing/gradle-locc</url>
  <organization>
    <name>C Thing Software</name>
    <url>https://www.cthing.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>baron</id>
      <name>Baron Roberts</name>
      <email>baron@cthing.com</email>
      <organization>C Thing Software</organization>
      <organizationUrl>https://www.cthing.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/cthing/gradle-locc.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/cthing/gradle-locc.git</developerConnection>
    <url>https://github.com/cthing/gradle-locc</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/cthing/gradle-locc/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/cthing/gradle-locc/actions</url>
  </ciManagement>
  <properties>
    <cthing.dependencies>org.cthing:assertj-gradle:3.0.0 org.cthing:cthing-annotations:2.0.0 org.cthing:escapers:2.0.0 org.cthing:gradle-cthing-publishing:3.0.0 org.cthing:gradle-cthing-versioning:3.1.0 org.cthing:jsonwriter:2.0.0 org.cthing:locc4j:2.0.0 org.cthing:xmlwriter:4.0.0</cthing.dependencies>
    <cthing.build.number>1759650607788</cthing.build.number>
    <cthing.gradle.plugins>org.cthing.locc</cthing.gradle.plugins>
    <cthing.build.date>2025-10-05T07:50:07Z</cthing.build.date>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.cthing</groupId>
      <artifactId>locc4j</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jspecify</groupId>
      <artifactId>jspecify</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.cthing</groupId>
      <artifactId>escapers</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.cthing</groupId>
      <artifactId>jsonwriter</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.cthing</groupId>
      <artifactId>xmlwriter</artifactId>
      <version>4.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
