i

inter-tab-comm

joynr JavaScript Master tab support for inter-tab communication
Files download
File Operation
inter-tab-comm-1.4.0.jar download
inter-tab-comm-1.4.0.pom download
inter-tab-comm-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.joynr.javascript.inter-tab</groupId>
  <artifactId>inter-tab-comm</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.joynr.javascript.inter-tab:inter-tab-comm:1.4.0'
Gradle Kotlin
implementation("io.joynr.javascript.inter-tab:inter-tab-comm:1.4.0")
Scala SBT
libraryDependencies += "io.joynr.javascript.inter-tab" % "inter-tab-comm" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.joynr.javascript.inter-tab', module='inter-tab-comm', version='1.4.0')
)
Apache Ivy
<dependency org="io.joynr.javascript.inter-tab" name="inter-tab-comm" rev="1.4.0" />
Leiningen
[io.joynr.javascript.inter-tab/inter-tab-comm "1.4.0"]
Apache Buildr
'io.joynr.javascript.inter-tab:inter-tab-comm:jar:1.4.0'