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