GroupId | GroupIdorg.comtel2000 |
---|---|
ArtifactId | ArtifactIdfx-parent |
Version | Version11.0.0 |
Type | Typepom |
Filename | Size |
---|---|
fx-parent-11.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.comtel2000/fx-parent/ -->
<dependency>
<groupId>org.comtel2000</groupId>
<artifactId>fx-parent</artifactId>
<version>11.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.comtel2000/fx-parent/
implementation 'org.comtel2000:fx-parent:11.0.0'
// https://jarcasting.com/artifacts/org.comtel2000/fx-parent/
implementation ("org.comtel2000:fx-parent:11.0.0")
'org.comtel2000:fx-parent:pom:11.0.0'
<dependency org="org.comtel2000" name="fx-parent" rev="11.0.0">
<artifact name="fx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.comtel2000', module='fx-parent', version='11.0.0')
)
libraryDependencies += "org.comtel2000" % "fx-parent" % "11.0.0"
[org.comtel2000/fx-parent "11.0.0"]