| 组织ID: |
com.typesafe.play |
| 项目ID: |
play-exceptions |
| 版本: |
2.8.0-M1 |
| 最后修改时间: |
2019-05-28 22:04:46 |
| 包类型: |
jar |
| 标题: |
Apache-2.0 |
| 描述: |
Play-Exceptions |
| 相关URL: |
https://playframework.com |
| 大小: |
4.70KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-exceptions</artifactId>
<version>2.8.0-M1</version>
</dependency>
|
| Gradle引入代码: |
com.typesafe.play:play-exceptions:2.8.0-M1
|
| 下载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-exceptions</artifactId>
<packaging>jar</packaging>
<description>Play-Exceptions</description>
<url>https://playframework.com</url>
<version>2.8.0-M1</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-Exceptions</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.8.0-M1/api/scala/index.html</info.apiURL>
</properties>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
play.api.PlayException$ExceptionSource.class
play.api.PlayException$RichDescription.class
play.api.PlayException$ExceptionAttachment.class
play.api.PlayException.class
play.api.UsefulException.class
play.api.PlayException$InterestingLines.class
|
| 依赖Jar: |
无
|