GWT DOM Style Definitions

A collection of CSS styles to use with GWT 2 and J2CL.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

org.gwtproject.dom
ArtifactId

ArtifactId

gwt-dom-style-definitions
Last Version

Last Version

1.0.0-RC1
Release Date

Release Date

Type

Type

gwt-lib
Description

Description

GWT DOM Style Definitions
A collection of CSS styles to use with GWT 2 and J2CL.
Project URL

Project URL

https://github.com/gwtproject/gwt-dom-style-definitions
Project Organization

Project Organization

The GWT Project Authors
Source Code Management

Source Code Management

https://github.com/gwtproject/gwt-dom-style-definitions/tree/master

Download gwt-dom-style-definitions

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

GWT DOM Style Definitions

GWT3/J2CL compatible License Chat on Gitter CI

A collection of CSS styles to use with GWT 2 and J2CL, with no dependency on gwt-user (besides the Java Runtime Emulation).

Dependency

  1. Add the dependency to your build.

    For Maven:

    <dependency>
      <groupId>org.gwtproject.dom</groupId>
      <artifactId>gwt-dom-style-definitions</artifactId>
      <version>HEAD-SNAPSHOT</version>
    </dependency>

    For Gradle:

    implementation("org.gwtproject.dom:gwt-dom-style-definitions:HEAD-SNAPSHOT")
  2. Update your GWT module to use

    <inherits name="org.gwtproject.dom.style.Style" />

Instructions

To build the module:

  • run mvn clean verify

on the parent directory. This will build the artifact and run tests against the JVM, J2CL, and GWT2.

System Requirements

GWT DOM Style Definitions requires GWT 2.8.2 or greater!

Dependencies

GWT DOM Style Definitions does not depend on any other module.

org.gwtproject.dom

GWT

Versions

Version
1.0.0-RC1