| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.astrapi69 |
| Идентификатор | Идентификаторthrow-able |
| Версия | Версия1.6 |
| Тип | Типjar |
| Описание |
Описаниеthrow-able
Utility library for throwable objects like get the stacktrace as string from java
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| throw-able-1.6.pom | |
| throw-able-1.6.jar | 7 KB |
| throw-able-1.6-sources.jar | 8 KB |
| throw-able-1.6-javadoc.jar | 404 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.astrapi69/throw-able/ -->
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>throw-able</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.astrapi69/throw-able/
implementation 'io.github.astrapi69:throw-able:1.6'
// https://jarcasting.com/artifacts/io.github.astrapi69/throw-able/
implementation ("io.github.astrapi69:throw-able:1.6")
'io.github.astrapi69:throw-able:jar:1.6'
<dependency org="io.github.astrapi69" name="throw-able" rev="1.6">
<artifact name="throw-able" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.astrapi69', module='throw-able', version='1.6')
)
libraryDependencies += "io.github.astrapi69" % "throw-able" % "1.6"
[io.github.astrapi69/throw-able "1.6"]