| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCRaSH Универсальные библиотеки Utility |
| Группа | Группаcom.vinumeris |
| Идентификатор | Идентификаторcrashfx-parent |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcrashfx
A simple crash reporting library for JavaFX applications
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| crashfx-parent-1.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vinumeris/crashfx-parent/ -->
<dependency>
<groupId>com.vinumeris</groupId>
<artifactId>crashfx-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vinumeris/crashfx-parent/
implementation 'com.vinumeris:crashfx-parent:1.0'
// https://jarcasting.com/artifacts/com.vinumeris/crashfx-parent/
implementation ("com.vinumeris:crashfx-parent:1.0")
'com.vinumeris:crashfx-parent:pom:1.0'
<dependency org="com.vinumeris" name="crashfx-parent" rev="1.0">
<artifact name="crashfx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vinumeris', module='crashfx-parent', version='1.0')
)
libraryDependencies += "com.vinumeris" % "crashfx-parent" % "1.0"
[com.vinumeris/crashfx-parent "1.0"]