组织ID: |
org.scalatest |
项目ID: |
scalatest-funspec_2.11 |
版本: |
3.2.0-M2 |
最后修改时间: |
2019-12-06 17:50:59 |
包类型: |
jar |
标题: |
scalatest-funspec |
描述: |
scalatest-funspec |
相关URL: |
http://www.scalatest.org |
大小: |
155.36KB |
|
Maven引入代码: |
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-funspec_2.11</artifactId>
<version>3.2.0-M2</version>
</dependency>
|
Gradle引入代码: |
org.scalatest:scalatest-funspec_2.11:3.2.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.scalatest</groupId>
<artifactId>scalatest-funspec_2.11</artifactId>
<packaging>bundle</packaging>
<description>scalatest-funspec</description>
<version>3.2.0-M2</version>
<name>scalatest-funspec</name>
<organization>
<name>org.scalatest</name>
</organization>
<url>http://www.scalatest.org</url>
<licenses>
<license>
<name>the Apache License, ASL Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/scalatest/scalatest</url>
<connection>scm:git:git@github.com:scalatest/scalatest.git</connection>
<developerConnection> scm:git:git@github.com:scalatest/scalatest.git </developerConnection>
</scm>
<developers>
<developer>
<id>bvenners</id>
<name>Bill Venners</name>
<email>bill@artima.com</email>
</developer>
<developer>
<id>gcberger</id>
<name>George Berger</name>
<email>george.berger@gmail.com</email>
</developer>
<developer>
<id>cheeseng</id>
<name>Chua Chee Seng</name>
<email>cheeseng@amaseng.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.11.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-core_2.11</artifactId>
<version>3.2.0-M2</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.11.12</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.scalatest.funspec.AnyFunSpec.class
org.scalatest.funspec.AnyFunSpecLike$$anon$1.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$1.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$describe$1.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$describe$2.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$describe$3.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$describe$4.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$ignore$1.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$registerIgnoredTest$1.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$registerTest$1.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$run$1.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$runTest$1.class
org.scalatest.funspec.AnyFunSpecLike$$anonfun$runTests$1.class
org.scalatest.funspec.AnyFunSpecLike$ItWord$$anonfun$apply$1.class
org.scalatest.funspec.AnyFunSpecLike$ItWord.class
org.scalatest.funspec.AnyFunSpecLike$TheyWord$$anonfun$apply$2.class
org.scalatest.funspec.AnyFunSpecLike$TheyWord.class
org.scalatest.funspec.AnyFunSpecLike$class.class
org.scalatest.funspec.AnyFunSpecLike.class
org.scalatest.funspec.AsyncFunSpec.class
org.scalatest.funspec.AsyncFunSpecLike$$anon$1.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$1.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$describe$1.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$describe$2.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$describe$3.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$describe$4.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$ignore$1.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$registerAsyncTest$1.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$registerIgnoredAsyncTest$1.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$run$1.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$runTest$1.class
org.scalatest.funspec.AsyncFunSpecLike$$anonfun$runTests$1.class
org.scalatest.funspec.AsyncFunSpecLike$ItWord$$anonfun$apply$1.class
org.scalatest.funspec.AsyncFunSpecLike$ItWord.class
org.scalatest.funspec.AsyncFunSpecLike$TheyWord$$anonfun$apply$2.class
org.scalatest.funspec.AsyncFunSpecLike$TheyWord.class
org.scalatest.funspec.AsyncFunSpecLike$class.class
org.scalatest.funspec.AsyncFunSpecLike.class
org.scalatest.funspec.FixtureAnyFunSpec.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$convertPendingToFixtureFunction$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$describe$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$describe$2.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$describe$3.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$describe$4.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$registerIgnoredTest$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$registerTest$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$run$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$runTest$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$$anonfun$runTests$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$ItWord$ResultOfItWordApplication$$anonfun$apply$1.class
org.scalatest.funspec.FixtureAnyFunSpecLike$ItWord$ResultOfItWordApplication$$anonfun$apply$2.class
org.scalatest.funspec.FixtureAnyFunSpecLike$ItWord$ResultOfItWordApplication.class
org.scalatest.funspec.FixtureAnyFunSpecLike$ItWord.class
org.scalatest.funspec.FixtureAnyFunSpecLike$ResultOfIgnoreInvocation$$anonfun$apply$5.class
org.scalatest.funspec.FixtureAnyFunSpecLike$ResultOfIgnoreInvocation$$anonfun$apply$6.class
org.scalatest.funspec.FixtureAnyFunSpecLike$ResultOfIgnoreInvocation.class
org.scalatest.funspec.FixtureAnyFunSpecLike$TheyWord$ResultOfTheyWordApplication$$anonfun$apply$3.class
org.scalatest.funspec.FixtureAnyFunSpecLike$TheyWord$ResultOfTheyWordApplication$$anonfun$apply$4.class
org.scalatest.funspec.FixtureAnyFunSpecLike$TheyWord$ResultOfTheyWordApplication.class
org.scalatest.funspec.FixtureAnyFunSpecLike$TheyWord.class
org.scalatest.funspec.FixtureAnyFunSpecLike$class.class
org.scalatest.funspec.FixtureAnyFunSpecLike.class
org.scalatest.funspec.FixtureAsyncFunSpec.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anon$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$convertPendingToFixtureFunction$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$describe$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$describe$2.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$describe$3.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$describe$4.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$registerAsyncTest$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$registerIgnoredAsyncTest$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$run$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$runTest$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$$anonfun$runTests$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$ItWord$ResultOfItWordApplication$$anonfun$apply$1.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$ItWord$ResultOfItWordApplication$$anonfun$apply$2.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$ItWord$ResultOfItWordApplication.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$ItWord.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$ResultOfIgnoreInvocation$$anonfun$apply$5.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$ResultOfIgnoreInvocation$$anonfun$apply$6.class
org.scalatest.funspec.FixtureAsyncFunSpecLike$ResultOfIgnoreInvocation.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
scala-compiler-2.11.12.jar
/org.scala-lang/scala-compiler/2.11.12
查看scala-compiler所有版本文件
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
scalatest-core_2.11-3.2.0-M2.jar
/org.scalatest/scalatest-core_2.11/3.2.0-M2
查看scalatest-core_2.11所有版本文件
scala-reflect-2.11.12.jar
/org.scala-lang/scala-reflect/2.11.12
查看scala-reflect所有版本文件
|