javacutil
Used in: 
components
- OverviewOverview
 - VersionsVersions
 - DependentsDependents
 - DependenciesDependencies
 
<dependency>
    <groupId>org.checkerframework</groupId>
    <artifactId>javacutil</artifactId>
    <version>3.51.1</version>
</dependency><?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">
  <!-- 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>org.checkerframework</groupId>
  <artifactId>javacutil</artifactId>
  <version>3.51.1</version>
  <name>Javacutil</name>
  <description>javacutil contains utility classes for the javac compiler.</description>
  <url>https://checkerframework.org/</url>
  <licenses>
    <license>
      <name>GNU General Public License, version 2 (GPL2), with the classpath exception</name>
      <url>http://www.gnu.org/software/classpath/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mernst</id>
      <name>Michael Ernst</name>
      <email>mernst@cs.washington.edu</email>
      <url>https://homes.cs.washington.edu/~mernst/</url>
      <organization>University of Washington</organization>
      <organizationUrl>https://www.cs.washington.edu/</organizationUrl>
    </developer>
    <developer>
      <id>smillst</id>
      <name>Suzanne Millstein</name>
      <email>smillst@cs.washington.edu</email>
      <organization>University of Washington</organization>
      <organizationUrl>https://www.cs.washington.edu/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/typetools/checker-framework.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/typetools/checker-framework.git</developerConnection>
    <url>https://github.com/typetools/checker-framework.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.checkerframework</groupId>
      <artifactId>checker-qual</artifactId>
      <version>3.51.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.plumelib</groupId>
      <artifactId>hashmap-util</artifactId>
      <version>0.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.plumelib</groupId>
      <artifactId>plume-util</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.plumelib</groupId>
      <artifactId>reflection-util</artifactId>
      <version>1.1.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.errorprone</groupId>
      <artifactId>error_prone_annotations</artifactId>
      <version>2.42.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.checkerframework.annotatedlib</groupId>
      <artifactId>guava</artifactId>
      <version>33.1.0.2-jre</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.checkerframework</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>