License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.fuchss |
ArtifactId | ArtifactIdtray-launcher-4-spring-boot |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTray Launcher for Spring Boot
This project provides a simple lib to use a Tray Launchers for Spring Boot Applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.fuchss/tray-launcher-4-spring-boot/ -->
<dependency>
<groupId>org.fuchss</groupId>
<artifactId>tray-launcher-4-spring-boot</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuchss/tray-launcher-4-spring-boot/
implementation 'org.fuchss:tray-launcher-4-spring-boot:0.4'
// https://jarcasting.com/artifacts/org.fuchss/tray-launcher-4-spring-boot/
implementation ("org.fuchss:tray-launcher-4-spring-boot:0.4")
'org.fuchss:tray-launcher-4-spring-boot:jar:0.4'
<dependency org="org.fuchss" name="tray-launcher-4-spring-boot" rev="0.4">
<artifact name="tray-launcher-4-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuchss', module='tray-launcher-4-spring-boot', version='0.4')
)
libraryDependencies += "org.fuchss" % "tray-launcher-4-spring-boot" % "0.4"
[org.fuchss/tray-launcher-4-spring-boot "0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.7.0 |