<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.google.jsinterop', module='jsinterop-annotations', version='1.0.0')
)
<parent> <groupId>com.google.jsinterop</groupId> <artifactId>jsinterop</artifactId> <version>1.0.0</version> </parent>