Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.almex |
ArtifactId | ArtifactIdraildelays-java-fx |
Version | Version1.2.0-rc.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.almex/raildelays-java-fx/ -->
<dependency>
<groupId>com.github.almex</groupId>
<artifactId>raildelays-java-fx</artifactId>
<version>1.2.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almex/raildelays-java-fx/
implementation 'com.github.almex:raildelays-java-fx:1.2.0-rc.1'
// https://jarcasting.com/artifacts/com.github.almex/raildelays-java-fx/
implementation ("com.github.almex:raildelays-java-fx:1.2.0-rc.1")
'com.github.almex:raildelays-java-fx:jar:1.2.0-rc.1'
<dependency org="com.github.almex" name="raildelays-java-fx" rev="1.2.0-rc.1">
<artifact name="raildelays-java-fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almex', module='raildelays-java-fx', version='1.2.0-rc.1')
)
libraryDependencies += "com.github.almex" % "raildelays-java-fx" % "1.2.0-rc.1"
[com.github.almex/raildelays-java-fx "1.2.0-rc.1"]