is not current version
Last Version 1.4

de.alpharogroup:throw-able 1.3

Utility library for throwable objects like get the stacktrace as string from java

GroupId

GroupId

de.alpharogroup
ArtifactId

ArtifactId

throw-able
Version

Version

1.3
Type

Type

jar

Download throw-able 1.3


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