| 组织ID: |
com.typesafe.play |
| 项目ID: |
play-specs2_2.11 |
| 版本: |
2.7.4 |
| 最后修改时间: |
2019-12-18 14:23:57 |
| 包类型: |
jar |
| 标题: |
Apache-2.0 |
| 描述: |
Play-Specs2 |
| 相关URL: |
https://playframework.com |
| 大小: |
22.72KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-specs2_2.11</artifactId>
<version>2.7.4</version>
</dependency>
|
| Gradle引入代码: |
com.typesafe.play:play-specs2_2.11:2.7.4
|
| 下载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>com.typesafe.play</groupId>
<artifactId>play-specs2_2.11</artifactId>
<packaging>jar</packaging>
<description>Play-Specs2</description>
<url>https://playframework.com</url>
<version>2.7.4</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Play-Specs2</name>
<organization>
<name>com.typesafe.play</name>
<url>https://playframework.com</url>
</organization>
<scm>
<url>https://github.com/playframework/playframework</url>
<connection>scm:git:git@github.com:playframework/playframework.git</connection>
</scm>
<developers>
<developer>
<id>playframework</id>
<name>Play Framework Team</name>
<url>https://github.com/playframework</url>
</developer>
</developers>
<properties>
<info.apiURL>https://www.playframework.com/documentation/2.7.4/api/scala/index.html</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-test_2.11</artifactId>
<version>2.7.4</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.11</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-junit_2.11</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-mock_2.11</artifactId>
<version>4.5.1</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
play.api.test.WithBrowser$$anonfun$around$4.class
play.api.test.WithApplicationLoader.class
play.api.test.ForServer$$anonfun$foreach$1.class
play.api.test.ForServer.class
play.api.test.PlaySpecification.class
play.api.test.WithServer.class
play.api.test.WithApplicationLoader$.class
play.api.test.WithServer$.class
play.api.test.WithApplication$$anonfun$around$2.class
play.api.test.ForServer$class.class
play.api.test.WithApplication.class
play.api.test.WithBrowser$.class
play.api.test.WithServer$$anonfun$around$3.class
play.api.test.WithBrowser.class
play.api.test.WithApplicationLoader$$anonfun$around$1.class
play.api.test.WithApplication$.class
|
| 依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
play-test_2.11-2.7.4.jar
/com.typesafe.play/play-test_2.11/2.7.4
查看play-test_2.11所有版本文件
specs2-core_2.11-4.5.1.jar
/org.specs2/specs2-core_2.11/4.5.1
查看specs2-core_2.11所有版本文件
specs2-junit_2.11-4.5.1.jar
/org.specs2/specs2-junit_2.11/4.5.1
查看specs2-junit_2.11所有版本文件
specs2-mock_2.11-4.5.1.jar
/org.specs2/specs2-mock_2.11/4.5.1
查看specs2-mock_2.11所有版本文件
|