License |
License |
---|---|
Categories |
CategoriesCLI User Interface CRaSH General Purpose Libraries Utility |
GroupId | GroupIdcom.vinumeris |
ArtifactId | ArtifactIdcrashfx-client |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple crash reporting library for JavaFX applications
|
Filename | Size |
---|---|
crashfx-client-1.2.pom | |
crashfx-client-1.2.jar | 15 KB |
crashfx-client-1.2-sources.jar | 8 KB |
crashfx-client-1.2-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vinumeris/crashfx-client/ -->
<dependency>
<groupId>com.vinumeris</groupId>
<artifactId>crashfx-client</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vinumeris/crashfx-client/
implementation 'com.vinumeris:crashfx-client:1.2'
// https://jarcasting.com/artifacts/com.vinumeris/crashfx-client/
implementation ("com.vinumeris:crashfx-client:1.2")
'com.vinumeris:crashfx-client:jar:1.2'
<dependency org="com.vinumeris" name="crashfx-client" rev="1.2">
<artifact name="crashfx-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vinumeris', module='crashfx-client', version='1.2')
)
libraryDependencies += "com.vinumeris" % "crashfx-client" % "1.2"
[com.vinumeris/crashfx-client "1.2"]