MVN

eu.hansolo.fx.regulators : regulators

Maven & Gradle

Jun 12, 2020
28 stars

regulators · EVT offers custom Java events with priority

<dependency>
    <groupId>eu.hansolo.fx.regulators</groupId>
    <artifactId>regulators</artifactId>
    <version>11.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.hansolo.fx.regulators : regulators to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.5

All Versions

Choose a version of eu.hansolo.fx.regulators : regulators to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.5
regulators-11.5
11.4
regulators-11.4
11.2
regulators-11.2
11.1
regulators-11.1
11.0
regulators-11.0

How to add a dependency to Maven

Add the following eu.hansolo.fx.regulators : regulators maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.hansolo.fx.regulators</groupId>
    <artifactId>regulators</artifactId>
    <version>11.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.hansolo.fx.regulators : regulators gradle dependency to your build.gradle file:

implementation 'eu.hansolo.fx.regulators:regulators:11.5'

Gradle Kotlin DSL: Add the following eu.hansolo.fx.regulators : regulators gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.hansolo.fx.regulators:regulators:11.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.hansolo.fx.regulators : regulators sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.hansolo.fx.regulators" % "regulators" % "11.5"

Advertisement