gwt-history

Used in: 8 components

Overview

Description

A future-proof port of the com.google.user.history.History GWT module, with no dependency on gwt-user (besides the Java Runtime Emulation), to prepare for GWT 3 / J2Cl.

Snippets

<dependency>
    <groupId>org.treblereel.gwt.gwtproject.user.history</groupId>
    <artifactId>gwt-history</artifactId>
    <version>202203291</version>
</dependency>

Maven POM File

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.treblereel.gwt.gwtproject.user.history</groupId>
  <artifactId>gwt-history</artifactId>
  <version>202203291</version>
  <packaging>gwt-lib</packaging>
  <name>GWT History</name>
  <description>A future-proof port of the com.google.user.history.History GWT module, with no dependency on gwt-user (besides the
    Java Runtime Emulation), to prepare for GWT 3 / J2Cl.</description>
  <url>https://github.com/gwtproject/gwt-history</url>
  <inceptionYear>2019</inceptionYear>
  <organization>
    <name>The GWT Authors</name>
    <url>https://github.com/gwtproject</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>The GWT Authors</name>
      <url>https://github.com/gwtproject</url>
      <organization>The GWT Project Authors</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/gwtproject/gwt-history.git</connection>
    <developerConnection>scm:git:ssh://github.com/gwtproject/gwt-history.git</developerConnection>
    <url>https://github.com/gwtproject/gwt-history/tree/master</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.treblereel.gwt.gwtproject.event</groupId>
      <artifactId>gwt-event-logical</artifactId>
      <version>202203291</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.treblereel.gwt.gwtproject.http</groupId>
      <artifactId>gwt-http</artifactId>
      <version>202203291</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.elemental2</groupId>
      <artifactId>elemental2-dom</artifactId>
      <version>1.1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>net.ltgt.gwt.maven</groupId>
        <artifactId>gwt-maven-plugin</artifactId>
        <version>1.0.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>