GroupId | GroupIdcom.github.cico216 |
---|---|
ArtifactId | ArtifactIdfx-pc |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
fx-pc-1.0.pom | |
fx-pc-1.0.jar | 82 KB |
fx-pc-1.0-sources.jar | 51 KB |
fx-pc-1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cico216/fx-pc/
implementation 'com.github.cico216:fx-pc:1.0'
// https://jarcasting.com/artifacts/com.github.cico216/fx-pc/
implementation ("com.github.cico216:fx-pc:1.0")
'com.github.cico216:fx-pc:jar:1.0'
<dependency org="com.github.cico216" name="fx-pc" rev="1.0">
<artifact name="fx-pc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cico216', module='fx-pc', version='1.0')
)
libraryDependencies += "com.github.cico216" % "fx-pc" % "1.0"
[com.github.cico216/fx-pc "1.0"]