| License |
License |
|---|---|
| GroupId | GroupIdio.github.astrapi69 |
| ArtifactId | ArtifactIdthrow-able |
| Version | Version1.7 |
| 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 Organization |
| Filename | Size |
|---|---|
| throw-able-1.7.pom | |
| throw-able-1.7.jar | 7 KB |
| throw-able-1.7-sources.jar | 8 KB |
| throw-able-1.7-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.astrapi69/throw-able/ -->
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>throw-able</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.astrapi69/throw-able/
implementation 'io.github.astrapi69:throw-able:1.7'
// https://jarcasting.com/artifacts/io.github.astrapi69/throw-able/
implementation ("io.github.astrapi69:throw-able:1.7")
'io.github.astrapi69:throw-able:jar:1.7'
<dependency org="io.github.astrapi69" name="throw-able" rev="1.7">
<artifact name="throw-able" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.astrapi69', module='throw-able', version='1.7')
)
libraryDependencies += "io.github.astrapi69" % "throw-able" % "1.7"
[io.github.astrapi69/throw-able "1.7"]