| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.google.jsinterop |
| Идентификатор | Идентификаторjsinterop-annotations |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJsInterop Annotations
JsInterop Annotations contains a set of java annotations that drive the javascript
code generation of J2CL transpiler or GWT
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jsinterop-annotations-2.0.0.pom | |
| jsinterop-annotations-2.0.0.jar | 6 KB |
| jsinterop-annotations-2.0.0-sources.jar | 13 KB |
| jsinterop-annotations-2.0.0-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.jsinterop/jsinterop-annotations/ -->
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.jsinterop/jsinterop-annotations/
implementation 'com.google.jsinterop:jsinterop-annotations:2.0.0'
// https://jarcasting.com/artifacts/com.google.jsinterop/jsinterop-annotations/
implementation ("com.google.jsinterop:jsinterop-annotations:2.0.0")
'com.google.jsinterop:jsinterop-annotations:jar:2.0.0'
<dependency org="com.google.jsinterop" name="jsinterop-annotations" rev="2.0.0">
<artifact name="jsinterop-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.jsinterop', module='jsinterop-annotations', version='2.0.0')
)
libraryDependencies += "com.google.jsinterop" % "jsinterop-annotations" % "2.0.0"
[com.google.jsinterop/jsinterop-annotations "2.0.0"]