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