Maven Repository - POM file for GWT gwt-incubator 1.5-Dec_28 1.5-Dec_28

Summary

GWT Incubator Library 1.5.

The Google Web Toolkit (GWT) Incubator fosters additional widgets and libraries for GWT before they are added to the core toolkit. The project is managed by the GWT engineering team at Google, and is used as a place to share, discuss, and vet future or speculative GWT features. Future release....

Declaration

Here is the list of declaration for gwt-incubator. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.google.gwt</groupId>
   <artifactId>gwt-incubator</artifactId>
   <version>1.5-Dec_28</version>
</dependency>

If you think this Maven repository POM file listing for gwt-incubator is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Packages

The following packages are defined in the gwt-incubator-1.5-Dec_28.jar

com.anotherbigidea.flash
com.anotherbigidea.flash.interfaces
com.anotherbigidea.flash.movie
com.anotherbigidea.flash.readers
com.anotherbigidea.flash.sound
com.anotherbigidea.flash.structs
com.anotherbigidea.flash.video
com.anotherbigidea.flash.writers
com.anotherbigidea.io
com.google.ant
com.google.gwt.gen2.commonwidget.client
com.google.gwt.gen2.commonwidget.client.impl
com.google.gwt.gen2.datepicker.client
com.google.gwt.gen2.event.dom.client
com.google.gwt.gen2.event.logical.shared
com.google.gwt.gen2.event.shared
com.google.gwt.gen2.logging.handler.client
com.google.gwt.gen2.logging.handler.shared
com.google.gwt.gen2.logging.impl.client
com.google.gwt.gen2.logging.impl.server
com.google.gwt.gen2.logging.impl.shared
com.google.gwt.gen2.logging.server
com.google.gwt.gen2.logging.server.ext
com.google.gwt.gen2.logging.shared
com.google.gwt.gen2.logging.translatable.com.google.gwt.gen2.logging.impl.shared
com.google.gwt.gen2.selection.client
com.google.gwt.gen2.table.client
com.google.gwt.gen2.table.event.client
com.google.gwt.gen2.table.override.client
com.google.gwt.gen2.widgetbase.client
com.google.gwt.libideas.client
com.google.gwt.libideas.linker
com.google.gwt.libideas.logging.client
com.google.gwt.libideas.logging.client.impl
com.google.gwt.libideas.logging.client.util
com.google.gwt.libideas.logging.server
com.google.gwt.libideas.logging.server.impl
com.google.gwt.libideas.logging.shared
com.google.gwt.libideas.logging.shared.impl
com.google.gwt.libideas.resources.client
com.google.gwt.libideas.resources.client.impl
com.google.gwt.libideas.resources.css
com.google.gwt.libideas.resources.css.ast
com.google.gwt.libideas.resources.ext
com.google.gwt.libideas.resources.rebind
com.google.gwt.libideas.resources.rebind.context
com.google.gwt.libideas.resources.rg
com.google.gwt.libideas.resources.tools
com.google.gwt.libideas.server
com.google.gwt.libideas.validation.client
com.google.gwt.libideas.validation.client.validator
com.google.gwt.libideas.validation.server
com.google.gwt.user.client.ui
com.google.gwt.widgetideas.client
com.google.gwt.widgetideas.client.event
com.google.gwt.widgetideas.client.impl
com.google.gwt.widgetideas.client.overrides
com.google.gwt.widgetideas.datepicker.client
com.google.gwt.widgetideas.graphics.client
com.google.gwt.widgetideas.graphics.client.impl
com.google.gwt.widgetideas.table.client
com.google.gwt.widgetideas.table.client.overrides
examples
org.epistem.io
org.epistem.jsp
org.epistem.servlet
org.epistem.util
org.javaswf.swf.model
org.javaswf.swf.model.builders
org.javaswf.swf.model.tags
org.javaswf.tools.compressor
org.javaswf.tools.merger
org.javaswf.tools.projector
org.javaswf.tools.screenshot
org.javaswf.tools.unprotector
org.w3c.css.sac
org.w3c.css.sac.helpers
org.w3c.flute.parser
org.w3c.flute.parser.selectors
org.w3c.flute.util




POM File Source

Here is the content of the POM file.

<project> 
 
  <modelVersion>4.0.0</modelVersion> 
  <groupId>com.google.gwt</groupId> 
  <artifactId>gwt-incubator</artifactId> 
  <version>1.5-Dec_28</version> 
  <packaging>jar</packaging> 
 
  <name>GWT Incubator Library 1.5</name> 
  <url>http://code.google.com/p/google-web-toolkit-incubator</url> 
  <description>
  The Google Web Toolkit (GWT) Incubator fosters additional widgets and libraries for GWT before they are added to 
  the core toolkit. The project is managed by the GWT engineering team at Google, and is used as a place to share, 
  discuss, and vet future or speculative GWT features. Future releases of GWT may or may not use these features, 
  but you are welcome to pull them from here to use today.</description> 
  <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> 
    <url>http://code.google.com/p/google-web-toolkit-incubator/source/browse/</url> 
  </scm> 
 
</project>