组织ID: |
com.google.jsinterop |
项目ID: |
base |
版本: |
1.0.0 |
最后修改时间: |
2019-10-08 12:02:21 |
包类型: |
jar |
标题: |
JsInterop Base |
描述: |
Base classes and utilities that provide access to JavaScript language constructs
that are not available in pure Java. |
相关URL: |
https://www.gwtproject.org |
大小: |
21.69KB |
|
Maven引入代码: |
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.0</version>
</dependency>
|
Gradle引入代码: |
com.google.jsinterop:base:1.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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>JsInterop Base</name>
<description>Base classes and utilities that provide access to JavaScript language constructs
that are not available in pure Java.</description>
<url>https://www.gwtproject.org</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-base.git</connection>
<developerConnection>scm:git:git@github.com:google/jsinterop-base.git</developerConnection>
<url>https://github.com/google/jsinterop-base</url>
</scm>
<issueManagement>
<url>https://github.com/google/jsinterop-base/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<developers>
<developer>
<name>J2CL team</name>
<organization>Google</organization>
<organizationUrl>http://www.google.com</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.google.gwt.core.client.UnsafeNativeLong.class
jsinterop.base.JsPropertyMap.class
jsinterop.base.Js.class
jsinterop.base.JsArrayLike.class
jsinterop.base.JsConstructorFn.class
jsinterop/base/JsPropertyMap.java
jsinterop/base/Js.java
jsinterop/base/Base.gwt.xml
jsinterop/base/InternalJsUtil.java
jsinterop/base/super/com/google/gwt/core/client/UnsafeNativeLong.java
jsinterop/base/JsForEachCallbackFn.java
jsinterop.base.InternalJsUtil.class
jsinterop.base.Any.class
jsinterop/base/JsArrayLike.java
jsinterop.base.InternalPreconditions.class
jsinterop.base.JsForEachCallbackFn.class
jsinterop/base/Any.java
jsinterop/base/InternalPreconditions.java
jsinterop/base/JsConstructorFn.java
|
依赖Jar: |
jsinterop-annotations-1.0.2.jar
/com.google.jsinterop/jsinterop-annotations/1.0.2
查看jsinterop-annotations所有版本文件
|