j

jsinterop-annotations

JsInterop Annotations contains a set of java annotations that drive the javascript code generation of J2CL transpiler or GWT
https://github.com/google/jsinterop-annotations
The Apache Software License, Version 2.0
J2CL team
Files download
File Operation
jsinterop-annotations-2.0.2.jar download
jsinterop-annotations-2.0.2.pom download
jsinterop-annotations-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.jsinterop</groupId>
  <artifactId>jsinterop-annotations</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.google.jsinterop:jsinterop-annotations:2.0.2'
Gradle Kotlin
implementation("com.google.jsinterop:jsinterop-annotations:2.0.2")
Scala SBT
libraryDependencies += "com.google.jsinterop" % "jsinterop-annotations" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.jsinterop', module='jsinterop-annotations', version='2.0.2')
)
Apache Ivy
<dependency org="com.google.jsinterop" name="jsinterop-annotations" rev="2.0.2" />
Leiningen
[com.google.jsinterop/jsinterop-annotations "2.0.2"]
Apache Buildr
'com.google.jsinterop:jsinterop-annotations:jar:2.0.2'
Dependencies
The project has no third-party dependencies