GroupId | GroupIdcom.github.martinkoster |
---|---|
ArtifactId | ArtifactIdactionfx |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
actionfx-0.0.2.pom | |
actionfx-0.0.2.jar | 261 bytes |
actionfx-0.0.2-sources.jar | 261 bytes |
actionfx-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinkoster/actionfx/ -->
<dependency>
<groupId>com.github.martinkoster</groupId>
<artifactId>actionfx</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinkoster/actionfx/
implementation 'com.github.martinkoster:actionfx:0.0.2'
// https://jarcasting.com/artifacts/com.github.martinkoster/actionfx/
implementation ("com.github.martinkoster:actionfx:0.0.2")
'com.github.martinkoster:actionfx:jar:0.0.2'
<dependency org="com.github.martinkoster" name="actionfx" rev="0.0.2">
<artifact name="actionfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinkoster', module='actionfx', version='0.0.2')
)
libraryDependencies += "com.github.martinkoster" % "actionfx" % "0.0.2"
[com.github.martinkoster/actionfx "0.0.2"]