License |
License |
---|---|
Categories |
CategoriesCRaSH General Purpose Libraries Utility |
GroupId | GroupIdcom.vinumeris |
ArtifactId | ArtifactIdcrashfx-example |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple crash reporting library for JavaFX applications
|
Filename | Size |
---|---|
crashfx-example-1.0.pom | |
crashfx-example-1.0.jar | 3 KB |
crashfx-example-1.0-sources.jar | 1 KB |
crashfx-example-1.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vinumeris/crashfx-example/ -->
<dependency>
<groupId>com.vinumeris</groupId>
<artifactId>crashfx-example</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vinumeris/crashfx-example/
implementation 'com.vinumeris:crashfx-example:1.0'
// https://jarcasting.com/artifacts/com.vinumeris/crashfx-example/
implementation ("com.vinumeris:crashfx-example:1.0")
'com.vinumeris:crashfx-example:jar:1.0'
<dependency org="com.vinumeris" name="crashfx-example" rev="1.0">
<artifact name="crashfx-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vinumeris', module='crashfx-example', version='1.0')
)
libraryDependencies += "com.vinumeris" % "crashfx-example" % "1.0"
[com.vinumeris/crashfx-example "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.vinumeris : crashfx-client | jar | 1.1 |