is not current version
Last Version 1.4

de.alpharogroup:throw-able 1.1

Project that holds utilities for get the stacktrace as string from java throwable objects

GroupId

GroupId

de.alpharogroup
ArtifactId

ArtifactId

throw-able
Version

Version

1.1
Type

Type

jar

Download throw-able 1.1


<!-- https://jarcasting.com/artifacts/de.alpharogroup/throw-able/ -->
<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>throw-able</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/throw-able/
implementation 'de.alpharogroup:throw-able:1.1'
// https://jarcasting.com/artifacts/de.alpharogroup/throw-able/
implementation ("de.alpharogroup:throw-able:1.1")
'de.alpharogroup:throw-able:jar:1.1'
<dependency org="de.alpharogroup" name="throw-able" rev="1.1">
  <artifact name="throw-able" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='throw-able', version='1.1')
)
libraryDependencies += "de.alpharogroup" % "throw-able" % "1.1"
[de.alpharogroup/throw-able "1.1"]