elemental2-webgl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.realityforge.com.google.elemental2</groupId>
<artifactId>elemental2-webgl</artifactId>
<version>2.27</version>
</dependency><?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>
<groupId>org.realityforge.com.google.elemental2</groupId>
<artifactId>elemental2-webgl</artifactId>
<version>2.27</version>
<packaging>jar</packaging>
<name>Elemental2 WebGL</name>
<description>Thin Java abstractions for the native Web Graphics Library APIs.</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/elemental2.git</connection>
<developerConnection>scm:git:git@github.com:google/elemental2.git</developerConnection>
<url>https://github.com/google/elemental2</url>
</scm>
<issueManagement>
<url>https://github.com/google/elemental2/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>
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.realityforge.com.google.elemental2</groupId>
<artifactId>elemental2-core</artifactId>
<version>2.27</version>
</dependency>
<dependency>
<groupId>org.realityforge.com.google.elemental2</groupId>
<artifactId>elemental2-dom</artifactId>
<version>2.27</version>
</dependency>
</dependencies>
</project>