MVN

org.fuchss : tray-launcher-4-spring-boot

Maven & Gradle

Jun 27, 2023
2 stars

Tray Launcher for Spring Boot · This project provides a simple lib to use a Tray Launchers for Spring Boot Applications

<dependency>
    <groupId>org.fuchss</groupId>
    <artifactId>tray-launcher-4-spring-boot</artifactId>
    <version>0.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fuchss : tray-launcher-4-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.9

All Versions

Choose a version of org.fuchss : tray-launcher-4-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
tray-launcher-4-spring-boot-0.4.9
tray-launcher-4-spring-boot-0.4.8
tray-launcher-4-spring-boot-0.4.7
tray-launcher-4-spring-boot-0.4.6
tray-launcher-4-spring-boot-0.4.5
tray-launcher-4-spring-boot-0.4.4
tray-launcher-4-spring-boot-0.4.3
tray-launcher-4-spring-boot-0.4.2
tray-launcher-4-spring-boot-0.4.1
0.4
tray-launcher-4-spring-boot-0.4

How to add a dependency to Maven

Add the following org.fuchss : tray-launcher-4-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fuchss</groupId>
    <artifactId>tray-launcher-4-spring-boot</artifactId>
    <version>0.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fuchss : tray-launcher-4-spring-boot gradle dependency to your build.gradle file:

implementation 'org.fuchss:tray-launcher-4-spring-boot:0.4.9'

Gradle Kotlin DSL: Add the following org.fuchss : tray-launcher-4-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fuchss:tray-launcher-4-spring-boot:0.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fuchss : tray-launcher-4-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fuchss" % "tray-launcher-4-spring-boot" % "0.4.9"

Advertisement