GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-exceptions |
Version | Version2.4.0-RC5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-exceptions</artifactId>
<version>2.4.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/
implementation 'com.typesafe.play:play-exceptions:2.4.0-RC5'
// https://jarcasting.com/artifacts/com.typesafe.play/play-exceptions/
implementation ("com.typesafe.play:play-exceptions:2.4.0-RC5")
'com.typesafe.play:play-exceptions:jar:2.4.0-RC5'
<dependency org="com.typesafe.play" name="play-exceptions" rev="2.4.0-RC5">
<artifact name="play-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-exceptions', version='2.4.0-RC5')
)
libraryDependencies += "com.typesafe.play" % "play-exceptions" % "2.4.0-RC5"
[com.typesafe.play/play-exceptions "2.4.0-RC5"]