scalajs-scalalib_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.scala-wasm</groupId>
<artifactId>scalajs-scalalib_2.12</artifactId>
<version>2.12.21+1.21.1-wasm.4</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.scala-wasm</groupId>
<artifactId>scalajs-scalalib_2.12</artifactId>
<packaging>jar</packaging>
<description>scalajs-scalalib</description>
<url>https://www.scala-js.org/</url>
<version>2.12.21+1.21.1-wasm.4</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scalajs-scalalib</name>
<inceptionYear>2013</inceptionYear>
<organization>
<name>io.github.scala-wasm</name>
<url>https://www.scala-js.org/</url>
</organization>
<scm>
<url>https://github.com/scala-wasm/scala-wasm</url>
<connection>scm:git:git@github.com:scala-wasm/scala-wasm.git</connection>
<developerConnection>scm:git:git@github.com:scala-wasm/scala-wasm.git</developerConnection>
</scm>
<developers>
<developer>
<id>sjrd</id>
<name>Sébastien Doeraene</name>
<url>https://github.com/sjrd/</url>
</developer>
<developer>
<id>gzm0</id>
<name>Tobias Schlatter</name>
<url>https://github.com/gzm0/</url>
</developer>
<developer>
<id>nicolasstucki</id>
<name>Nicolas Stucki</name>
<url>https://github.com/nicolasstucki/</url>
</developer>
</developers>
<properties>
<info.apiURL>http://www.scala-js.org/api/scalajs-scalalib/1.21.1-wasm.4/</info.apiURL>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.21</version>
</dependency>
<dependency>
<groupId>io.github.scala-wasm</groupId>
<artifactId>scalajs-javalib</artifactId>
<version>1.21.1-wasm.4</version>
</dependency>
</dependencies>
</project>