How To Install Java Artifact com.intellij.annotations v12.0

com.intellij annotations 12.0

Introduction

In this article, we'll learn how to install Java artifact annotations from com.intellij group in version 12.0. The artifact is available in 6 versions: 12.0 9.0.4 7.0.3 6.0.5 6.0.3 5.1 . The IntelliJ IDEA Annotations project has been released under Apache License 2 license, and has its own website at: http://www.jetbrains.org .

How To Install Java Artifact com.intellij.annotations In Version 12.0

To install the IntelliJ IDEA Annotations artifact in version 12.0 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses IntelliJ IDEA Annotations dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Licenses