MVN

io.xpipe : fxcomps

Maven & Gradle

Nov 24, 2022

FxComps · The FxComps library provides a new approach to creating JavaFX interfaces and offers a quicker and more robust user interface development workflow.

<dependency>
    <groupId>io.xpipe</groupId>
    <artifactId>fxcomps</artifactId>
    <version>0.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.xpipe : fxcomps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3

All Versions

Choose a version of io.xpipe : fxcomps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
fxcomps-0.3.3
fxcomps-0.3.2
fxcomps-0.3.1
0.2.x
fxcomps-0.2.3
fxcomps-0.2.2
fxcomps-0.2.1
0.2
fxcomps-0.2
0.1
fxcomps-0.1

How to add a dependency to Maven

Add the following io.xpipe : fxcomps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.xpipe</groupId>
    <artifactId>fxcomps</artifactId>
    <version>0.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.xpipe : fxcomps gradle dependency to your build.gradle file:

implementation 'io.xpipe:fxcomps:0.3.3'

Gradle Kotlin DSL: Add the following io.xpipe : fxcomps gradle kotlin dependency to your build.gradle.kts file:

implementation("io.xpipe:fxcomps:0.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.xpipe : fxcomps sbt scala dependency to your build.sbt file:

libraryDependencies += "io.xpipe" % "fxcomps" % "0.3.3"

Advertisement