elemental2-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.google.elemental2</groupId> <artifactId>elemental2-core</artifactId> <version>1.2.3</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>com.google.elemental2</groupId> <artifactId>elemental2-core</artifactId> <version>1.2.3</version> <packaging>jar</packaging> <name>Elemental2 Core</name> <description>Thin Java abstractions for the standard built-in objects for Javascript.</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>2.0.2</version> </dependency> <dependency> <groupId>com.google.jsinterop</groupId> <artifactId>base</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.google.elemental2</groupId> <artifactId>elemental2-promise</artifactId> <version>1.2.3</version> </dependency> </dependencies> </project>