组织ID: |
com.google.jsinterop |
项目ID: |
jsinterop-annotations |
版本: |
2.0.0 |
最后修改时间: |
2019-09-28 02:07:22 |
包类型: |
jar |
标题: |
JsInterop Annotations |
描述: |
JsInterop Annotations contains a set of java annotations that drive the javascript
code generation of J2CL transpiler or GWT |
相关URL: |
https://github.com/google/jsinterop-annotations |
大小: |
6.25KB |
|
Maven引入代码: |
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>2.0.0</version>
</dependency>
|
Gradle引入代码: |
com.google.jsinterop:jsinterop-annotations:2.0.0
|
下载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>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>JsInterop Annotations</name>
<description>JsInterop Annotations contains a set of java annotations that drive the javascript
code generation of J2CL transpiler or GWT</description>
<url>https://github.com/google/jsinterop-annotations</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/google/jsinterop-annotations.git</connection>
<developerConnection>scm:git:git@github.com:google/jsinterop-annotations.git</developerConnection>
<url>https://github.com/google/jsinterop-annotations</url>
</scm>
<issueManagement>
<url>https://github.com/google/jsinterop-annotations/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<developers>
<developer>
<name>J2CL team</name>
<organization>Google</organization>
<organizationUrl>http://www.google.com</organizationUrl>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
jsinterop.annotations.JsAsync.class
jsinterop.annotations.JsMethod.class
jsinterop.annotations.JsOverlay.class
jsinterop.annotations.JsNonNull.class
jsinterop.annotations.JsType.class
jsinterop.annotations.JsOptional.class
jsinterop.annotations.JsPackage.class
jsinterop.annotations.JsEnum.class
jsinterop.annotations.JsFunction.class
jsinterop.annotations.JsIgnore.class
jsinterop.annotations.JsConstructor.class
jsinterop.annotations.JsNullable.class
jsinterop.annotations.JsProperty.class
|
依赖Jar: |
无
|