| 组织ID: |
com.google.jsinterop |
| 项目ID: |
jsinterop-annotations |
| 版本: |
1.1.0-RC1 |
| 最后修改时间: |
2020-04-13 15:35:41 |
| 包类型: |
jar |
| 大小: |
5.64KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.1.0-RC1</version>
</dependency>
|
| Gradle引入代码: |
com.google.jsinterop:jsinterop-annotations:1.1.0-RC1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop</artifactId>
<version>1.1.0-RC1</version>
</parent>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<packaging>jar</packaging>
<version>1.1.0-RC1</version>
</project>
|
| Jar包内容: |
jsinterop.annotations.JsAsync.class
jsinterop.annotations.JsConstructor.class
jsinterop.annotations.JsEnum.class
jsinterop.annotations.JsFunction.class
jsinterop.annotations.JsIgnore.class
jsinterop.annotations.JsMethod.class
jsinterop.annotations.JsNonNull.class
jsinterop.annotations.JsNullable.class
jsinterop.annotations.JsOptional.class
jsinterop.annotations.JsOverlay.class
jsinterop.annotations.JsPackage.class
jsinterop.annotations.JsProperty.class
jsinterop.annotations.JsType.class
|
| 依赖Jar: |
无
|