| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.qbicc |
| Идентификатор | Идентификаторqbicc-plugin-try-catch |
| Версия | Версия0.2.0 |
| Тип | Типjar |
| Описание |
ОписаниеQbicc Plugin: Try-Catch
Support for try-catch and exceptions
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| qbicc-plugin-try-catch-0.2.0.pom | |
| qbicc-plugin-try-catch-0.2.0.jar | 8 KB |
| qbicc-plugin-try-catch-0.2.0-sources.jar | 5 KB |
| qbicc-plugin-try-catch-0.2.0-javadoc.jar | 132 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.qbicc/qbicc-plugin-try-catch/ -->
<dependency>
<groupId>org.qbicc</groupId>
<artifactId>qbicc-plugin-try-catch</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.qbicc/qbicc-plugin-try-catch/
implementation 'org.qbicc:qbicc-plugin-try-catch:0.2.0'
// https://jarcasting.com/artifacts/org.qbicc/qbicc-plugin-try-catch/
implementation ("org.qbicc:qbicc-plugin-try-catch:0.2.0")
'org.qbicc:qbicc-plugin-try-catch:jar:0.2.0'
<dependency org="org.qbicc" name="qbicc-plugin-try-catch" rev="0.2.0">
<artifact name="qbicc-plugin-try-catch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.qbicc', module='qbicc-plugin-try-catch', version='0.2.0')
)
libraryDependencies += "org.qbicc" % "qbicc-plugin-try-catch" % "0.2.0"
[org.qbicc/qbicc-plugin-try-catch "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.qbicc : qbicc-compiler | jar | 0.2.0 |
| org.qbicc : qbicc-driver | jar | 0.2.0 |
| org.qbicc : qbicc-plugin-layout | jar | 0.2.0 |