1dependencies {
2 compile group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'
3}
1<dependency>
2 <groupId>javax.annotation</groupId>
3 <artifactId>javax.annotation-api</artifactId>
4 <version>1.3.2</version>
5</dependency>
6