License |
License |
---|---|
GroupId | GroupIdde.alpharogroup |
ArtifactId | ArtifactIdthrow-able |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthrow-able
Utility library for throwable objects like get the stacktrace as string from java
|
Project URL |
Project URL |
Project Organization |
Project OrganizationAlpha Ro Group UG (h.b.) |
Filename | Size |
---|---|
throw-able-1.4.pom | |
throw-able-1.4.jar | 6 KB |
throw-able-1.4-sources.jar | 7 KB |
throw-able-1.4-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/throw-able/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>throw-able</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/throw-able/
implementation 'de.alpharogroup:throw-able:1.4'
// https://jarcasting.com/artifacts/de.alpharogroup/throw-able/
implementation ("de.alpharogroup:throw-able:1.4")
'de.alpharogroup:throw-able:jar:1.4'
<dependency org="de.alpharogroup" name="throw-able" rev="1.4">
<artifact name="throw-able" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='throw-able', version='1.4')
)
libraryDependencies += "de.alpharogroup" % "throw-able" % "1.4"
[de.alpharogroup/throw-able "1.4"]