License |
License |
---|---|
Categories |
CategoriesCRaSH General Purpose Libraries Utility |
GroupId | GroupIdcom.vinumeris |
ArtifactId | ArtifactIdcrashfx-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncrashfx
A simple crash reporting library for JavaFX applications
|
Project URL |
Project URL |
Filename | Size |
---|---|
crashfx-parent-1.0.pom | 6 KB |
Browse |
<!-- 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"]