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