auto-value
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.jbock-java</groupId>
<artifactId>auto-value</artifactId>
<version>1.8.2.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jbock-java</groupId>
<artifactId>auto-value</artifactId>
<version>1.8.2.2</version>
<name>AutoValue Processor</name>
<description>Immutable value-type code generation for Java 1.6+.</description>
<url>https://github.com/jbock-java/auto-value</url>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Various</id>
<name>Various</name>
<email>jbock-java@gmx.de</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/jbock-java/auto-value.git</connection>
<developerConnection>scm:git:https://github.com/jbock-java/auto-value.git</developerConnection>
<url>https://github.com/jbock-java/auto-value</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.jbock-java</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>1.8.2.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>