GroupId | GroupIdcom.github.cico216 |
---|---|
ArtifactId | ArtifactIdfx-updater |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
fx-updater-1.1.1.pom | |
fx-updater-1.1.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cico216/fx-updater/ -->
<dependency>
<groupId>com.github.cico216</groupId>
<artifactId>fx-updater</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cico216/fx-updater/
implementation 'com.github.cico216:fx-updater:1.1.1'
// https://jarcasting.com/artifacts/com.github.cico216/fx-updater/
implementation ("com.github.cico216:fx-updater:1.1.1")
'com.github.cico216:fx-updater:jar:1.1.1'
<dependency org="com.github.cico216" name="fx-updater" rev="1.1.1">
<artifact name="fx-updater" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cico216', module='fx-updater', version='1.1.1')
)
libraryDependencies += "com.github.cico216" % "fx-updater" % "1.1.1"
[com.github.cico216/fx-updater "1.1.1"]