is not current version
Last Version 2.8.16

com.typesafe.play:play-exceptions 2.7.0-RC9

Play-Exceptions

GroupId

GroupId

com.typesafe.play
ArtifactId

ArtifactId

play-exceptions
Version

Version

2.7.0-RC9
Type

Type

jar

Download play-exceptions 2.7.0-RC9


<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/ -->
<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-exceptions</artifactId>
    <version>2.7.0-RC9</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/
implementation 'com.typesafe.play:play-exceptions:2.7.0-RC9'
// https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/
implementation ("com.typesafe.play:play-exceptions:2.7.0-RC9")
'com.typesafe.play:play-exceptions:jar:2.7.0-RC9'
<dependency org="com.typesafe.play" name="play-exceptions" rev="2.7.0-RC9">
  <artifact name="play-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-exceptions', version='2.7.0-RC9')
)
libraryDependencies += "com.typesafe.play" % "play-exceptions" % "2.7.0-RC9"
[com.typesafe.play/play-exceptions "2.7.0-RC9"]