Maven Repository - POM file for Development annotations 9.0.4 9.0.4

Summary

IntelliJ IDEA Annotations.

Annotations used by IntelliJ IDEA for static code analysis.

Declaration

Here is the list of declaration for annotations. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.intellij</groupId>
   <artifactId>annotations</artifactId>
   <version>9.0.4</version>
</dependency>

If you think this Maven repository POM file listing for annotations is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.

Depended by

The following table lists the most popular artifacts which are depending on annotations-9.0.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Loglogging 2.0.17
Support classes for logging using logback and slf4j
55




Packages

The following packages are defined in the annotations-9.0.4.jar

org.intellij.lang.annotations
org.jetbrains.annotations

POM File Source

Here is the content of the POM file.

<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>com.intellij</groupId>
    <artifactId>annotations</artifactId>
    <packaging>jar</packaging>
    <version>9.0.4</version>

    <name>IntelliJ IDEA Annotations</name>
    <description>Annotations used by IntelliJ IDEA for static code analysis</description>
    <url>http://www.jetbrains.com/idea/</url>

    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <url>http://git.jetbrains.org/idea/community.git</url>
        <connection>scm:git:git://git.jetbrains.org/idea/community.git</connection>
    </scm>

    

</project>