组织ID: |
com.google.jsinterop |
项目ID: |
jsinterop-annotations |
版本: |
1.0.2 |
最后修改时间: |
2018-07-25 20:05:49 |
包类型: |
jar |
大小: |
3.98KB |
|
Maven引入代码: |
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
</dependency>
|
Gradle引入代码: |
com.google.jsinterop:jsinterop-annotations:1.0.2
|
下载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.0.2</version>
</parent>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
</project>
|
Jar包内容: |
jsinterop.annotations.JsConstructor.class
jsinterop.annotations.JsFunction.class
jsinterop.annotations.JsIgnore.class
jsinterop.annotations.JsMethod.class
jsinterop.annotations.JsOptional.class
jsinterop.annotations.JsOverlay.class
jsinterop.annotations.JsPackage.class
jsinterop.annotations.JsProperty.class
jsinterop.annotations.JsType.class
|
依赖Jar: |
无
|