Files download
File Operation
jsinterop-annotations-1.0.2.jar download
jsinterop-annotations-1.0.2.pom download
jsinterop-annotations-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.jsinterop</groupId>
  <artifactId>jsinterop-annotations</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.google.jsinterop:jsinterop-annotations:1.0.2'
Gradle Kotlin
implementation("com.google.jsinterop:jsinterop-annotations:1.0.2")
Scala SBT
libraryDependencies += "com.google.jsinterop" % "jsinterop-annotations" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.jsinterop', module='jsinterop-annotations', version='1.0.2')
)
Apache Ivy
<dependency org="com.google.jsinterop" name="jsinterop-annotations" rev="1.0.2" />
Leiningen
[com.google.jsinterop/jsinterop-annotations "1.0.2"]
Apache Buildr
'com.google.jsinterop:jsinterop-annotations:jar:1.0.2'