GroupId | GroupIdcom.victorlaerte |
---|---|
ArtifactId | ArtifactIdjfx-asynctask |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
jfx-asynctask-1.0.0.pom | |
jfx-asynctask-1.0.0.jar | 1 KB |
jfx-asynctask-1.0.0-sources.jar | 1 KB |
jfx-asynctask-1.0.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.victorlaerte/jfx-asynctask/ -->
<dependency>
<groupId>com.victorlaerte</groupId>
<artifactId>jfx-asynctask</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.victorlaerte/jfx-asynctask/
implementation 'com.victorlaerte:jfx-asynctask:1.0.0'
// https://jarcasting.com/artifacts/com.victorlaerte/jfx-asynctask/
implementation ("com.victorlaerte:jfx-asynctask:1.0.0")
'com.victorlaerte:jfx-asynctask:pom:1.0.0'
<dependency org="com.victorlaerte" name="jfx-asynctask" rev="1.0.0">
<artifact name="jfx-asynctask" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.victorlaerte', module='jfx-asynctask', version='1.0.0')
)
libraryDependencies += "com.victorlaerte" % "jfx-asynctask" % "1.0.0"
[com.victorlaerte/jfx-asynctask "1.0.0"]