| 组织ID: |
org.typelevel |
| 项目ID: |
discipline-scalatest_2.11 |
| 版本: |
0.12.0-M2 |
| 最后修改时间: |
2019-12-03 11:49:35 |
| 包类型: |
jar |
| 标题: |
discipline |
| 描述: |
discipline |
| 相关URL: |
https://github.com/typelevel/discipline |
| 大小: |
6.44KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>discipline-scalatest_2.11</artifactId>
<version>0.12.0-M2</version>
</dependency>
|
| Gradle引入代码: |
org.typelevel:discipline-scalatest_2.11:0.12.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.typelevel</groupId>
<artifactId>discipline-scalatest_2.11</artifactId>
<packaging>jar</packaging>
<description>discipline</description>
<version>0.12.0-M2</version>
<name>discipline</name>
<organization>
<name>org.typelevel</name>
</organization>
<url>https://github.com/typelevel/discipline</url>
<licenses>
<license>
<name>MIT</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/typelevel/discipline</url>
<connection>scm:git:git://github.com/typelevel/discipline.git</connection>
</scm>
<developers>
<developer>
<id>larsrh</id>
<name>Lars Hupel</name>
<url>https://github.com/larsrh</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>discipline-core_2.11</artifactId>
<version>0.12.0-M2</version>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.1.0-SNAP12</version>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalatestplus-scalacheck_2.11</artifactId>
<version>1.0.0-SNAP7</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.typelevel.discipline.scalatest.Discipline$$anonfun$checkAll$2.class
org.typelevel.discipline.scalatest.Discipline$class.class
org.typelevel.discipline.scalatest.Discipline.class
org.typelevel.discipline.scalatest.Discipline$$anonfun$checkAll$2$$anonfun$apply$1.class
org.typelevel.discipline.scalatest.Discipline$$anonfun$checkAll$1.class
|
| 依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
discipline-core_2.11-0.12.0-M2.jar
/org.typelevel/discipline-core_2.11/0.12.0-M2
查看discipline-core_2.11所有版本文件
scalacheck_2.11-1.14.0.jar
/org.scalacheck/scalacheck_2.11/1.14.0
查看scalacheck_2.11所有版本文件
scalatest_2.11-3.1.0-SNAP12.jar
/org.scalatest/scalatest_2.11/3.1.0-SNAP12
查看scalatest_2.11所有版本文件
scalatestplus-scalacheck_2.11-1.0.0-SNAP7.jar
/org.scalatestplus/scalatestplus-scalacheck_2.11/1.0.0-SNAP7
查看scalatestplus-scalacheck_2.11所有版本文件
|