MVN

org.springframework.boot.experimental : spring-boot-thin-tools-converter

Maven & Gradle

Jun 15, 2023
15 stars

spring-boot-thin-tools-converter · Converts thin jars to fat jars

<dependency>
    <groupId>org.springframework.boot.experimental</groupId>
    <artifactId>spring-boot-thin-tools-converter</artifactId>
    <version>1.0.30.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.boot.experimental : spring-boot-thin-tools-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30.RELEASE

All Versions

Choose a version of org.springframework.boot.experimental : spring-boot-thin-tools-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-thin-tools-converter-1.0.30.RELEASE
spring-boot-thin-tools-converter-1.0.29.RELEASE
spring-boot-thin-tools-converter-1.0.28.RELEASE
spring-boot-thin-tools-converter-1.0.27.RELEASE
spring-boot-thin-tools-converter-1.0.26.RELEASE
spring-boot-thin-tools-converter-1.0.25.RELEASE
spring-boot-thin-tools-converter-1.0.24.RELEASE
spring-boot-thin-tools-converter-1.0.23.RELEASE
spring-boot-thin-tools-converter-1.0.22.RELEASE
spring-boot-thin-tools-converter-1.0.21.RELEASE
spring-boot-thin-tools-converter-1.0.20.RELEASE
spring-boot-thin-tools-converter-1.0.19.RELEASE
spring-boot-thin-tools-converter-1.0.18.RELEASE
spring-boot-thin-tools-converter-1.0.17.RELEASE
spring-boot-thin-tools-converter-1.0.16.RELEASE
spring-boot-thin-tools-converter-1.0.15.RELEASE
spring-boot-thin-tools-converter-1.0.14.RELEASE
spring-boot-thin-tools-converter-1.0.13.RELEASE
spring-boot-thin-tools-converter-1.0.12.RELEASE
spring-boot-thin-tools-converter-1.0.11.RELEASE
spring-boot-thin-tools-converter-1.0.10.RELEASE
spring-boot-thin-tools-converter-1.0.9.RELEASE
spring-boot-thin-tools-converter-1.0.8.RELEASE
spring-boot-thin-tools-converter-1.0.7.RELEASE

How to add a dependency to Maven

Add the following org.springframework.boot.experimental : spring-boot-thin-tools-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.boot.experimental</groupId>
    <artifactId>spring-boot-thin-tools-converter</artifactId>
    <version>1.0.30.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.boot.experimental : spring-boot-thin-tools-converter gradle dependency to your build.gradle file:

implementation 'org.springframework.boot.experimental:spring-boot-thin-tools-converter:1.0.30.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.boot.experimental : spring-boot-thin-tools-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.boot.experimental:spring-boot-thin-tools-converter:1.0.30.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.boot.experimental : spring-boot-thin-tools-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.boot.experimental" % "spring-boot-thin-tools-converter" % "1.0.30.RELEASE"