S

Switcher

Easily switch between JavaFX scenes with one line of code.
https://github.com/Ea`syG0ing1/Switcher
The Apache License, Version 2.0
Mike Sims
Files download
File Operation
Switcher-1.4.1.jar download
Switcher-1.4.1.pom download
Switcher-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.simtechdata</groupId>
  <artifactId>Switcher</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.simtechdata:Switcher:1.4.1'
Gradle Kotlin
implementation("com.simtechdata:Switcher:1.4.1")
Scala SBT
libraryDependencies += "com.simtechdata" % "Switcher" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.simtechdata', module='Switcher', version='1.4.1')
)
Apache Ivy
<dependency org="com.simtechdata" name="Switcher" rev="1.4.1" />
Leiningen
[com.simtechdata/Switcher "1.4.1"]
Apache Buildr
'com.simtechdata:Switcher:jar:1.4.1'