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