| 组织ID: |
org.timepedia.exporter |
| 项目ID: |
gwtexporter |
| 版本: |
2.4.0 |
| 最后修改时间: |
2018-12-05 11:20:47 |
| 包类型: |
jar |
| 标题: |
GWT Javascript API Exporter |
| 大小: |
124.06KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.timepedia.exporter</groupId>
<artifactId>gwtexporter</artifactId>
<version>2.4.0</version>
</dependency>
|
| Gradle引入代码: |
org.timepedia.exporter:gwtexporter:2.4.0
|
| 下载Jar包: |
|
| POM文件内容: |
<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>org.timepedia.exporter</groupId>
<artifactId>gwtexporter</artifactId>
<packaging>jar</packaging>
<version>2.4.0</version>
<name>GWT Javascript API Exporter</name>
<url>http://timepedia.org</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gwtversion>2.4.0</gwtversion>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtversion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwtversion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.6</version>
<scope>system</scope>
<optional>true</optional>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>${basedir}/src/main/java</directory>
</resource>
<resource>
<directory>${basedir}/src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>${basedir}/src/main/java</additionalClasspathElement>
<additionalClasspathElement>${basedir}/src/test/java</additionalClasspathElement>
</additionalClasspathElements>
<!-- <useManifestOnlyJar>false</useManifestOnlyJar> -->
<!-- <forkMode>always</forkMode> -->
<useSystemClassLoader>false</useSystemClassLoader>
<systemPropertyVariables>
<gwt.args>-runStyle HtmlUnit:FF3,IE6</gwt.args>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>javadoc</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>1.8</version>
</extension>
</extensions>
</build>
<pluginRepositories>
<pluginRepository>
<id>gwt-maven</id>
<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>gwt-maven</id>
<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<id>timefire</id>
<url>http://timefire-repository.googlecode.com/svn/mavenrepo/</url>
</repository>
</repositories>
<scm>
<connection>scm:svn:http://gwt-exporter.googlecode.com/svn/trunk</connection>
<developerConnection>scm:svn:https://gwt-exporter.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/gwt-exporter/source/browse/</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.timepedia.exporter.doclet.JsDoclet.class
org/timepedia/exporter/doclet/JsDoclet.java
org/timepedia/exporter/Exporter.gwt.xml
org.timepedia.exporter.client.ExporterBaseImpl.class
org.timepedia.exporter.client.ExporterUtil.class
org/timepedia/exporter/client/test/JsTestUtil.java
org.timepedia.exporter.client.test.JsTestUtil.class
org.timepedia.exporter.client.ExporterBaseActual.class
org/timepedia/exporter/client/ExporterUtil.java
org/timepedia/exporter/client/ExportPackage.java
org/timepedia/exporter/client/SType.java
org.timepedia.exporter.client.NoExport.class
org/timepedia/exporter/client/NoExport.java
org.timepedia.exporter.client.ExportOverlay.class
org/timepedia/exporter/client/ExporterBaseImpl.java
org.timepedia.exporter.client.ExportStaticMethod.class
org/timepedia/exporter/client/StructuralType.java
org/timepedia/exporter/client/Exporter.java
org.timepedia.exporter.client.Export.class
org.timepedia.exporter.client.ExporterBaseActual$JsArrayObject.class
org.timepedia.exporter.client.Exporter.class
org/timepedia/exporter/client/ExportOverlay.java
org.timepedia.exporter.client.ExporterUtil$ExportAll.class
org.timepedia.exporter.client.SOptional.class
org/timepedia/exporter/client/ExporterBaseActual.java
org.timepedia.exporter.client.ExportConstructor.class
org/timepedia/exporter/client/ExportClosure.java
org.timepedia.exporter.client.ExportInstanceMethod.class
org/timepedia/exporter/client/ExportAfterCreateMethod.java
org/timepedia/exporter/client/ExportInstanceMethod.java
org.timepedia.exporter.client.SType.class
org.timepedia.exporter.client.ExporterBaseActual$SignatureJSO.class
org/timepedia/exporter/client/ExportStaticMethod.java
org/timepedia/exporter/client/ExportConstructor.java
org.timepedia.exporter.client.ExportJsInitMethod.class
org/timepedia/exporter/client/SOptional.java
org.timepedia.exporter.client.ExportPackage.class
org.timepedia.exporter.client.ExportAfterCreateMethod.class
org.timepedia.exporter.client.StructuralType.class
org/timepedia/exporter/client/Export.java
org.timepedia.exporter.client.ExportClosure.class
org/timepedia/exporter/client/ExportJsInitMethod.java
org.timepedia.exporter.client.Exportable.class
org/timepedia/exporter/client/Exportable.java
org.timepedia.exporter.rebind.ExportableTypeOracle.class
org/timepedia/exporter/rebind/JExportableField.java
org/timepedia/exporter/rebind/JExportableMethod.java
org/timepedia/exporter/rebind/ExporterGenerator.java
org.timepedia.exporter.rebind.JExportableParameter.class
org/timepedia/exporter/rebind/JExportableClassType.java
org/timepedia/exporter/rebind/ClassExporter.java
org/timepedia/exporter/rebind/DispatchTable.java
org/timepedia/exporter/rebind/JExportableParameter.java
org/timepedia/exporter/rebind/ExportableTypeOracle.java
org.timepedia.exporter.rebind.JStructuralTypeField.class
org.timepedia.exporter.rebind.JExportableClassType$1.class
org/timepedia/exporter/rebind/ExporterGeneratorNoExport.java
org.timepedia.exporter.rebind.ClassExporter.class
org.timepedia.exporter.rebind.JExportablePrimitiveType.class
org/timepedia/exporter/rebind/JExportableConstructor.java
org.timepedia.exporter.rebind.DispatchTable$Signature.class
org.timepedia.exporter.rebind.JExportableArrayType.class
org.timepedia.exporter.rebind.JExportableClassType.class
org.timepedia.exporter.rebind.JExportable.class
org/timepedia/exporter/rebind/JExportable.java
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
gwt-user-${gwtversion}.jar
/com.google.gwt/gwt-user/${gwtversion}
查看gwt-user所有版本文件
gwt-dev-${gwtversion}.jar
/com.google.gwt/gwt-dev/${gwtversion}
查看gwt-dev所有版本文件
tools-1.6.jar
/com.sun/tools/1.6
查看tools所有版本文件
|