GroupId | GroupIdorg.jfxtras |
---|---|
ArtifactId | ArtifactIdjfxtras-common |
Version | Version14-r2 |
Type | Typejar |
Filename | Size |
---|---|
jfxtras-common-14-r2.pom | |
jfxtras-common-14-r2.jar | 72 KB |
jfxtras-common-14-r2-sources.jar | 54 KB |
jfxtras-common-14-r2-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-common/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-common</artifactId>
<version>14-r2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-common/
implementation 'org.jfxtras:jfxtras-common:14-r2'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-common/
implementation ("org.jfxtras:jfxtras-common:14-r2")
'org.jfxtras:jfxtras-common:jar:14-r2'
<dependency org="org.jfxtras" name="jfxtras-common" rev="14-r2">
<artifact name="jfxtras-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-common', version='14-r2')
)
libraryDependencies += "org.jfxtras" % "jfxtras-common" % "14-r2"
[org.jfxtras/jfxtras-common "14-r2"]