License |
License |
---|---|
GroupId | GroupIdcom.github.naoghuman |
ArtifactId | ArtifactIdlib-action |
Version | Version0.6.0 |
Type | Typejar |
Description |
DescriptionLib-Action
Lib-Action is library for `easy` storing and accessing actions (EventHandler<ActionEvent>) in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-action for more details.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lib-action-0.6.0.pom | |
lib-action-0.6.0.jar | 16 KB |
lib-action-0.6.0-sources.jar | 19 KB |
lib-action-0.6.0-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-action/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-action</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-action/
implementation 'com.github.naoghuman:lib-action:0.6.0'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-action/
implementation ("com.github.naoghuman:lib-action:0.6.0")
'com.github.naoghuman:lib-action:jar:0.6.0'
<dependency org="com.github.naoghuman" name="lib-action" rev="0.6.0">
<artifact name="lib-action" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-action', version='0.6.0')
)
libraryDependencies += "com.github.naoghuman" % "lib-action" % "0.6.0"
[com.github.naoghuman/lib-action "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.naoghuman : lib-logger | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |