scala-js-macrotask-executor_sjs1_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.scala-js</groupId> <artifactId>scala-js-macrotask-executor_sjs1_2.13</artifactId> <version>1.1.1</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>org.scala-js</groupId> <artifactId>scala-js-macrotask-executor_sjs1_2.13</artifactId> <packaging>jar</packaging> <description>scala-js-macrotask-executor</description> <url>https://github.com/scala-js/scala-js-macrotask-executor</url> <version>1.1.1</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>scala-js-macrotask-executor</name> <inceptionYear>2021</inceptionYear> <organization> <name>Scala.js (https://www.scala-js.org/)</name> </organization> <scm> <url>https://github.com/scala-js/scala-js-macrotask-executor</url> <connection>git@github.com:scala-js/scala-js-macrotask-executor.git</connection> </scm> <developers> <developer> <id>djspiewak</id> <name>Daniel Spiewak</name> <url>https://github.com/djspiewak</url> <email>@djspiewak</email> </developer> <developer> <id>armanbilge</id> <name>Arman Bilge</name> <url>https://github.com/armanbilge</url> <email>@armanbilge</email> </developer> </developers> <properties> <info.apiURL>https://www.javadoc.io/doc/org.scala-js/scala-js-macrotask-executor_sjs1_2.13/1.1.1/</info.apiURL> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.7</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-library_2.13</artifactId> <version>1.7.1</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-test-bridge_2.13</artifactId> <version>1.7.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-junit-test-runtime_2.13</artifactId> <version>1.7.1</version> <scope>test</scope> </dependency> </dependencies> </project>