javax.annotation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.realityforge.javax.annotation</groupId>
<artifactId>javax.annotation</artifactId>
<version>1.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.realityforge.javax.annotation</groupId>
<artifactId>javax.annotation</artifactId>
<version>1.1.1</version>
<packaging>jar</packaging>
<name>javax.annotation: A minimal, J2CL compatible javax.annotation library</name>
<description>javax.annotation: A minimal, J2CL compatible javax.annotation library</description>
<url>https://github.com/realityforge/javax.annotation</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:realityforge/javax.annotation.git</connection>
<developerConnection>scm:git:git@github.com:realityforge/javax.annotation.git</developerConnection>
<url>git@github.com:realityforge/javax.annotation.git</url>
</scm>
<issueManagement>
<url>https://github.com/realityforge/javax.annotation/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<developers>
<developer>
<id>realityforge</id>
<name>Peter Donald</name>
</developer>
</developers>
</project>