Files download
File Operation
play-exceptions-2.2.6.jar download
play-exceptions-2.2.6.pom download
play-exceptions-2.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.alexarchambault.play22sbt</groupId>
  <artifactId>play-exceptions</artifactId>
  <version>2.2.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.alexarchambault.play22sbt:play-exceptions:2.2.6'
Gradle Kotlin
implementation("com.github.alexarchambault.play22sbt:play-exceptions:2.2.6")
Scala SBT
libraryDependencies += "com.github.alexarchambault.play22sbt" % "play-exceptions" % "2.2.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.alexarchambault.play22sbt', module='play-exceptions', version='2.2.6')
)
Apache Ivy
<dependency org="com.github.alexarchambault.play22sbt" name="play-exceptions" rev="2.2.6" />
Leiningen
[com.github.alexarchambault.play22sbt/play-exceptions "2.2.6"]
Apache Buildr
'com.github.alexarchambault.play22sbt:play-exceptions:jar:2.2.6'
Dependencies
The project has no third-party dependencies