MVN

com.github.charlemaznable : gentle-boot

Maven & Gradle

Mar 20, 2023
4 usages

Gentle Boot · Some Spring Boot Plugins/Utils/Elves.

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>gentle-boot</artifactId>
    <version>2022.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.charlemaznable : gentle-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.0.7

All Versions

Choose a version of com.github.charlemaznable : gentle-boot to add to Maven or Gradle - All Versions:

  • Version Updated
  • gentle-boot-2022.0.7

    Mar 20, 2023
  • gentle-boot-2023.0.4

    Mar 20, 2023
  • gentle-boot-2022.0.6

    Mar 20, 2023
  • gentle-boot-2023.0.3

    Mar 20, 2023
  • gentle-boot-2022.0.5

    Mar 13, 2023
  • gentle-boot-2023.0.2

    Mar 12, 2023
  • gentle-boot-2022.0.4

    Feb 10, 2023
  • gentle-boot-2023.0.1

    Feb 09, 2023
  • gentle-boot-2023.0.0

    Jan 22, 2023
  • gentle-boot-2022.0.3

    Jan 10, 2023
  • gentle-boot-2022.0.2

    Dec 11, 2022
  • gentle-boot-2022.0.1

    Nov 22, 2022
  • gentle-boot-2022.0.0

    Oct 15, 2022
  • gentle-boot-0.1.2

    Oct 10, 2022
  • gentle-boot-0.1.1

    Sep 27, 2022
  • gentle-boot-0.1.0

    Sep 22, 2022
  • gentle-boot-0.0.8

    Apr 17, 2022
  • gentle-boot-0.0.7

    Mar 12, 2022
  • gentle-boot-0.0.6

    Feb 26, 2022
  • gentle-boot-0.0.5

    Jan 22, 2022
  • gentle-boot-0.0.4

    Dec 29, 2021
  • gentle-boot-0.0.3

    Nov 16, 2021
  • gentle-boot-0.0.2

    Jun 18, 2021

How to add a dependency to Maven

Add the following com.github.charlemaznable : gentle-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>gentle-boot</artifactId>
    <version>2022.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.charlemaznable : gentle-boot gradle dependency to your build.gradle file:

implementation 'com.github.charlemaznable:gentle-boot:2022.0.7'

Gradle Kotlin DSL: Add the following com.github.charlemaznable : gentle-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.charlemaznable:gentle-boot:2022.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.charlemaznable : gentle-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.charlemaznable" % "gentle-boot" % "2022.0.7"