s

sticky-stereotype-failure

Metadata for classifying failures, usually represented as RuntimeExceptions
http://www.StickyCode.net/sticky-stereotype-failure/
Files download
File Operation
sticky-stereotype-failure-2.3.jar download
sticky-stereotype-failure-2.3.pom download
sticky-stereotype-failure-2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.stickycode.stereotype</groupId>
  <artifactId>sticky-stereotype-failure</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'net.stickycode.stereotype:sticky-stereotype-failure:2.3'
Gradle Kotlin
implementation("net.stickycode.stereotype:sticky-stereotype-failure:2.3")
Scala SBT
libraryDependencies += "net.stickycode.stereotype" % "sticky-stereotype-failure" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='net.stickycode.stereotype', module='sticky-stereotype-failure', version='2.3')
)
Apache Ivy
<dependency org="net.stickycode.stereotype" name="sticky-stereotype-failure" rev="2.3" />
Leiningen
[net.stickycode.stereotype/sticky-stereotype-failure "2.3"]
Apache Buildr
'net.stickycode.stereotype:sticky-stereotype-failure:jar:2.3'