| License |
License |
|---|---|
| GroupId | GroupIdcom.typesafe.play |
| ArtifactId | ArtifactIdplay-exceptions |
| Last Version | Last Version2.8.16 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPlay-Exceptions
Play-Exceptions
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| play-exceptions-2.8.16.pom | |
| play-exceptions-2.8.16.jar | 4 KB |
| play-exceptions-2.8.16-sources.jar | 2 KB |
| play-exceptions-2.8.16-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-exceptions</artifactId>
<version>2.8.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/
implementation 'com.typesafe.play:play-exceptions:2.8.16'
// https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/
implementation ("com.typesafe.play:play-exceptions:2.8.16")
'com.typesafe.play:play-exceptions:jar:2.8.16'
<dependency org="com.typesafe.play" name="play-exceptions" rev="2.8.16">
<artifact name="play-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-exceptions', version='2.8.16')
)
libraryDependencies += "com.typesafe.play" % "play-exceptions" % "2.8.16"
[com.typesafe.play/play-exceptions "2.8.16"]