If anyone is just looking for the IntelliJ classes: you can get them from the maven repository with
<dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>15.0</version> </dependency> If anyone is just looking for the IntelliJ classes: you can get them from the maven repository with
<dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>15.0</version> </dependency>