GroupId | GroupIdorg.realityforge.com.google.jsinterop |
---|---|
ArtifactId | ArtifactIdjsinterop-annotations |
Version | Version1.0.2-p1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.realityforge.com.google.jsinterop/jsinterop-annotations/ -->
<dependency>
<groupId>org.realityforge.com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2-p1</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.com.google.jsinterop/jsinterop-annotations/
implementation 'org.realityforge.com.google.jsinterop:jsinterop-annotations:1.0.2-p1'
// https://jarcasting.com/artifacts/org.realityforge.com.google.jsinterop/jsinterop-annotations/
implementation ("org.realityforge.com.google.jsinterop:jsinterop-annotations:1.0.2-p1")
'org.realityforge.com.google.jsinterop:jsinterop-annotations:jar:1.0.2-p1'
<dependency org="org.realityforge.com.google.jsinterop" name="jsinterop-annotations" rev="1.0.2-p1">
<artifact name="jsinterop-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.com.google.jsinterop', module='jsinterop-annotations', version='1.0.2-p1')
)
libraryDependencies += "org.realityforge.com.google.jsinterop" % "jsinterop-annotations" % "1.0.2-p1"
[org.realityforge.com.google.jsinterop/jsinterop-annotations "1.0.2-p1"]