组织ID: |
org.scalatest |
项目ID: |
scalatest-propspec_2.11 |
版本: |
3.1.0-M2 |
最后修改时间: |
2019-12-13 19:51:33 |
包类型: |
jar |
标题: |
scalatest-propspec |
描述: |
scalatest-propspec |
相关URL: |
http://www.scalatest.org |
大小: |
47.06KB |
|
Maven引入代码: |
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-propspec_2.11</artifactId>
<version>3.1.0-M2</version>
</dependency>
|
Gradle引入代码: |
org.scalatest:scalatest-propspec_2.11:3.1.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-propspec_2.11</artifactId>
<packaging>bundle</packaging>
<description>scalatest-propspec</description>
<version>3.1.0-M2</version>
<name>scalatest-propspec</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.1.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.propspec.AnyPropSpec.class
org.scalatest.propspec.AnyPropSpecLike$$anon$1.class
org.scalatest.propspec.AnyPropSpecLike$$anonfun$1.class
org.scalatest.propspec.AnyPropSpecLike$$anonfun$ignore$1.class
org.scalatest.propspec.AnyPropSpecLike$$anonfun$property$1.class
org.scalatest.propspec.AnyPropSpecLike$$anonfun$registerIgnoredTest$1.class
org.scalatest.propspec.AnyPropSpecLike$$anonfun$registerTest$1.class
org.scalatest.propspec.AnyPropSpecLike$$anonfun$run$1.class
org.scalatest.propspec.AnyPropSpecLike$$anonfun$runTest$1.class
org.scalatest.propspec.AnyPropSpecLike$$anonfun$runTests$1.class
org.scalatest.propspec.AnyPropSpecLike$class.class
org.scalatest.propspec.AnyPropSpecLike.class
org.scalatest.propspec.FixtureAnyPropSpec.class
org.scalatest.propspec.FixtureAnyPropSpecLike$$anonfun$1.class
org.scalatest.propspec.FixtureAnyPropSpecLike$$anonfun$convertPendingToFixtureFunction$1.class
org.scalatest.propspec.FixtureAnyPropSpecLike$$anonfun$registerIgnoredTest$1.class
org.scalatest.propspec.FixtureAnyPropSpecLike$$anonfun$registerTest$1.class
org.scalatest.propspec.FixtureAnyPropSpecLike$$anonfun$run$1.class
org.scalatest.propspec.FixtureAnyPropSpecLike$$anonfun$runTest$1.class
org.scalatest.propspec.FixtureAnyPropSpecLike$$anonfun$runTests$1.class
org.scalatest.propspec.FixtureAnyPropSpecLike$ResultOfIgnoreInvocation$$anonfun$apply$3.class
org.scalatest.propspec.FixtureAnyPropSpecLike$ResultOfIgnoreInvocation$$anonfun$apply$4.class
org.scalatest.propspec.FixtureAnyPropSpecLike$ResultOfIgnoreInvocation.class
org.scalatest.propspec.FixtureAnyPropSpecLike$ResultOfPropertyInvocation$$anonfun$apply$1.class
org.scalatest.propspec.FixtureAnyPropSpecLike$ResultOfPropertyInvocation$$anonfun$apply$2.class
org.scalatest.propspec.FixtureAnyPropSpecLike$ResultOfPropertyInvocation.class
org.scalatest.propspec.FixtureAnyPropSpecLike$class.class
org.scalatest.propspec.FixtureAnyPropSpecLike.class
org.scalatest.propspec.package$.class
org.scalatest.propspec.package.class
|
依赖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.1.0-M2.jar
/org.scalatest/scalatest-core_2.11/3.1.0-M2
查看scalatest-core_2.11所有版本文件
scala-reflect-2.11.12.jar
/org.scala-lang/scala-reflect/2.11.12
查看scala-reflect所有版本文件
|