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