MVN

com.swardana : wisteria

Maven & Gradle

Aug 31, 2023

com.swardana:wisteria · Elegant Object-Oriented Widget for Modern JavaFX

<dependency>
    <groupId>com.swardana</groupId>
    <artifactId>wisteria</artifactId>
    <version>1.0.0-alpha.20230829</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swardana : wisteria to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha.20230829
  • Latest Alpha: 1.0.0-alpha.20230829

All Versions

Choose a version of com.swardana : wisteria to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wisteria-1.0.0-alpha.20230829

How to add a dependency to Maven

Add the following com.swardana : wisteria maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swardana</groupId>
    <artifactId>wisteria</artifactId>
    <version>1.0.0-alpha.20230829</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swardana : wisteria gradle dependency to your build.gradle file:

implementation 'com.swardana:wisteria:1.0.0-alpha.20230829'

Gradle Kotlin DSL: Add the following com.swardana : wisteria gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swardana:wisteria:1.0.0-alpha.20230829")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swardana : wisteria sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swardana" % "wisteria" % "1.0.0-alpha.20230829"