junit-5-13_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>junit-5-13_2.13</artifactId>
<version>3.3.0.0-alpha.2</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.scalatestplus</groupId>
<artifactId>junit-5-13_2.13</artifactId>
<packaging>bundle</packaging>
<description>junit-5.13</description>
<url>https://github.com/scalatest/scalatestplus-junit</url>
<version>3.3.0.0-alpha.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>junit-5.13</name>
<organization>
<name>org.scalatestplus</name>
<url>https://github.com/scalatest/scalatestplus-junit</url>
</organization>
<developers>
<developer>
<id>bvenners</id>
<name>Bill Venners</name>
<url>https://github.com/bvenners</url>
<email>bill@artima.com</email>
</developer>
<developer>
<id>cheeseng</id>
<name>Chua Chee Seng</name>
<url>https://github.com/cheeseng</url>
<email>cheeseng@amaseng.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/scalatest/scalatestplus-junit5</url>
<connection>scm:git:git@github.com:scalatest/scalatestplus-junit5.git</connection>
<developerConnection> scm:git:git@github.com:scalatest/scalatestplus-junit5.git </developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.16</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-core_2.13</artifactId>
<version>3.3.0-alpha.2</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.13.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.13.1</version>
</dependency>
<!-- scoped dependency "org.scalatest" % "scalatest-wordspec_2.13" % "3.3.0-alpha.2" % "test" has been omitted -->
<!-- scoped dependency "org.scalatest" % "scalatest-funspec_2.13" % "3.3.0-alpha.2" % "test" has been omitted -->
<!-- scoped dependency "org.scalatest" % "scalatest-funsuite_2.13" % "3.3.0-alpha.2" % "test" has been omitted -->
<!-- scoped dependency "org.scalatest" % "scalatest-shouldmatchers_2.13" % "3.3.0-alpha.2" % "test" has been omitted -->
</dependencies>
</project>