组织ID: |
org.scalatestplus |
项目ID: |
scalatestplus-junit_2.11 |
版本: |
1.0.0-M2 |
最后修改时间: |
2019-12-13 19:44:09 |
包类型: |
jar |
标题: |
Apache-2.0 |
描述: |
scalatestplus-junit |
相关URL: |
https://github.com/scalatest/scalatestplus-junit |
大小: |
92.69KB |
|
Maven引入代码: |
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalatestplus-junit_2.11</artifactId>
<version>1.0.0-M2</version>
</dependency>
|
Gradle引入代码: |
org.scalatestplus:scalatestplus-junit_2.11:1.0.0-M2
|
下载Jar包: |
|
POM文件内容: |
<?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>scalatestplus-junit_2.11</artifactId>
<packaging>bundle</packaging>
<description>scalatestplus-junit</description>
<url>https://github.com/scalatest/scalatestplus-junit</url>
<version>1.0.0-M2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scalatestplus-junit</name>
<organization>
<name>org.scalatestplus</name>
<url>https://github.com/scalatest/scalatestplus-junit</url>
</organization>
<scm>
<url>https://github.com/scalatest/scalatestplus-junit</url>
<connection>scm:git:https://github.com/scalatest/scalatestplus-junit.git</connection>
<developerConnection>scm:git:git@github.com:scalatest/scalatestplus-junit.git</developerConnection>
</scm>
<developers>
<developer>
<id>bvenners</id>
<name>Bill Venners</name>
<email>bill@artima.com</email>
<url>https://github.com/bvenners</url>
</developer>
<developer>
<id>cheeseng</id>
<name>Chua Chee Seng</name>
<email>cheeseng@amaseng.com</email>
<url>https://github.com/cheeseng</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.1.0-M2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.scalatestplus.junit.AssertionsForJUnit$$anonfun$toExceptionFunction$1.class
org.scalatestplus.junit.AssertionsForJUnit$.class
org.scalatestplus.junit.AssertionsForJUnit$AssertionsHelper.class
org.scalatestplus.junit.AssertionsForJUnit$class.class
org.scalatestplus.junit.AssertionsForJUnit.class
org.scalatestplus.junit.AssertionsForJUnitMacro$.class
org.scalatestplus.junit.AssertionsForJUnitMacro.class
org.scalatestplus.junit.JUnit3Suite$$anon$1.class
org.scalatestplus.junit.JUnit3Suite$$anonfun$1.class
org.scalatestplus.junit.JUnit3Suite$$anonfun$2.class
org.scalatestplus.junit.JUnit3Suite.class
org.scalatestplus.junit.JUnitHelper$$anonfun$1.class
org.scalatestplus.junit.JUnitHelper$$anonfun$2.class
org.scalatestplus.junit.JUnitHelper$$anonfun$3.class
org.scalatestplus.junit.JUnitHelper$$anonfun$4.class
org.scalatestplus.junit.JUnitHelper$$anonfun$autoTagClassAnnotations$1.class
org.scalatestplus.junit.JUnitHelper$$anonfun$mergeMap$1$$anonfun$apply$1.class
org.scalatestplus.junit.JUnitHelper$$anonfun$mergeMap$1.class
org.scalatestplus.junit.JUnitHelper$$anonfun$mergeMap$2.class
org.scalatestplus.junit.JUnitHelper$.class
org.scalatestplus.junit.JUnitHelper.class
org.scalatestplus.junit.JUnitRunner$$anonfun$1.class
org.scalatestplus.junit.JUnitRunner$$anonfun$org$scalatestplus$junit$JUnitRunner$$createDescription$1.class
org.scalatestplus.junit.JUnitRunner$$anonfun$org$scalatestplus$junit$JUnitRunner$$createDescription$2.class
org.scalatestplus.junit.JUnitRunner.class
org.scalatestplus.junit.JUnitSuite.class
org.scalatestplus.junit.JUnitSuiteLike$$anon$1.class
org.scalatestplus.junit.JUnitSuiteLike$$anonfun$1.class
org.scalatestplus.junit.JUnitSuiteLike$$anonfun$2.class
org.scalatestplus.junit.JUnitSuiteLike$$anonfun$3.class
org.scalatestplus.junit.JUnitSuiteLike$$anonfun$4.class
org.scalatestplus.junit.JUnitSuiteLike$$anonfun$5.class
org.scalatestplus.junit.JUnitSuiteLike$$anonfun$6.class
org.scalatestplus.junit.JUnitSuiteLike$$anonfun$7.class
org.scalatestplus.junit.JUnitSuiteLike$class.class
org.scalatestplus.junit.JUnitSuiteLike.class
org.scalatestplus.junit.JUnitTestFailedError$$anonfun$1.class
org.scalatestplus.junit.JUnitTestFailedError$$anonfun$failedCodeFilePathname$1.class
org.scalatestplus.junit.JUnitTestFailedError.class
org.scalatestplus.junit.JUnitWrapperSuite.class
org/scalatestplus/junit/MessageBundle.properties
org.scalatestplus.junit.MyRunListener.class
org.scalatestplus.junit.MyTestListener.class
org.scalatestplus.junit.Resources$.class
org.scalatestplus.junit.Resources.class
org.scalatestplus.junit.RunNotifierReporter.class
|
依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
scalatest_2.11-3.1.0-M2.jar
/org.scalatest/scalatest_2.11/3.1.0-M2
查看scalatest_2.11所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|