License |
License |
---|---|
GroupId | GroupIdcom.google.jsinterop |
ArtifactId | ArtifactIdjsinterop |
Last Version | Last Version1.1.0-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJsInterop
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsinterop-1.1.0-RC1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.jsinterop/jsinterop/ -->
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop</artifactId>
<version>1.1.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.jsinterop/jsinterop/
implementation 'com.google.jsinterop:jsinterop:1.1.0-RC1'
// https://jarcasting.com/artifacts/com.google.jsinterop/jsinterop/
implementation ("com.google.jsinterop:jsinterop:1.1.0-RC1")
'com.google.jsinterop:jsinterop:pom:1.1.0-RC1'
<dependency org="com.google.jsinterop" name="jsinterop" rev="1.1.0-RC1">
<artifact name="jsinterop" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.jsinterop', module='jsinterop', version='1.1.0-RC1')
)
libraryDependencies += "com.google.jsinterop" % "jsinterop" % "1.1.0-RC1"
[com.google.jsinterop/jsinterop "1.1.0-RC1"]