MVN

dev.jeka : springboot-plugin

Maven & Gradle

Jul 08, 2023
4 stars

Jeka plugin for Spring Boot · A Jeka plugin for Spring boot application

<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>springboot-plugin</artifactId>
    <version>0.10.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.jeka : springboot-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.22
  • Latest Release Candidate: 0.9.20.RC47

All Versions

Choose a version of dev.jeka : springboot-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
springboot-plugin-3.0.0.RC11
springboot-plugin-3.0.0.RC10
springboot-plugin-3.0.0.RC9
springboot-plugin-3.0.0.RC8
springboot-plugin-3.0.0.RC7
springboot-plugin-3.0.0.RC6
springboot-plugin-3.0.0.RC5
springboot-plugin-3.0.0.RC4
springboot-plugin-3.0.0.RC3
springboot-plugin-3.0.0.RC1
2.4.x
springboot-plugin-2.4.0.RC11
springboot-plugin-2.4.0.RC10
springboot-plugin-2.4.0.RC9
springboot-plugin-2.4.0.RC8
springboot-plugin-2.4.0.RC7
springboot-plugin-2.4.0.RC6
springboot-plugin-2.4.0.RC5
springboot-plugin-2.4.0.RC4
springboot-plugin-2.4.0.RC3
springboot-plugin-2.4.0.RC2
2.3.x
springboot-plugin-2.3.2.RELEASE
springboot-plugin-2.3.0.RELEASE
2.2.x
springboot-plugin-2.2.3.RELEASE
springboot-plugin-2.2.2.RELEASE
2.1.x
springboot-plugin-2.1.0.RELEASE
2.0.x
springboot-plugin-2.0.1.RELEASE
springboot-plugin-2.0.0.RELEASE
springboot-plugin-2.0.0.RC8
0.10.x
springboot-plugin-0.10.22
springboot-plugin-0.10.21
springboot-plugin-0.10.20
springboot-plugin-0.10.19
springboot-plugin-0.10.18
springboot-plugin-0.10.17
springboot-plugin-0.10.16
springboot-plugin-0.10.15
springboot-plugin-0.10.14
springboot-plugin-0.10.13
springboot-plugin-0.10.12
springboot-plugin-0.10.11
springboot-plugin-0.10.10
springboot-plugin-0.10.9
springboot-plugin-0.10.6
springboot-plugin-0.10.5
springboot-plugin-0.10.4
springboot-plugin-0.10.3
springboot-plugin-0.10.2
springboot-plugin-0.10.1
springboot-plugin-0.10.0
0.9.x
springboot-plugin-0.9.20.RC47
springboot-plugin-0.9.20.RC46
springboot-plugin-0.9.20.RC44
springboot-plugin-0.9.20.RC43
springboot-plugin-0.9.20.RC42
springboot-plugin-0.9.20.RC41
springboot-plugin-0.9.20.RC40
springboot-plugin-0.9.20.RC39
springboot-plugin-0.9.20.RC38
springboot-plugin-0.9.20.RC37
springboot-plugin-0.9.20.RC36
springboot-plugin-0.9.20.RC35
springboot-plugin-0.9.20.RC34
springboot-plugin-0.9.20.RC31
springboot-plugin-0.9.20.RC30
springboot-plugin-0.9.20.RC28
springboot-plugin-0.9.20.RC26
springboot-plugin-0.9.20.RC25
springboot-plugin-0.9.20.RC24
springboot-plugin-0.9.20.RC15
springboot-plugin-0.9.20.RC14
springboot-plugin-0.9.20.RC13
springboot-plugin-0.9.20.RC12
springboot-plugin-0.9.20.RC11
springboot-plugin-0.9.20.RC10
springboot-plugin-0.9.20.RC9
springboot-plugin-0.9.20.RC8
springboot-plugin-0.9.20.RC7
springboot-plugin-0.9.20.RC6
springboot-plugin-0.9.20.RC5
springboot-plugin-0.9.20.RC4
springboot-plugin-0.9.20.RC3
springboot-plugin-0.9.20.RC2
springboot-plugin-0.9.20.RC1
springboot-plugin-0.9.16.RC5
springboot-plugin-0.9.16.RC4
springboot-plugin-0.9.16.RC3
springboot-plugin-0.9.16.RC2
springboot-plugin-0.9.0.RC6

How to add a dependency to Maven

Add the following dev.jeka : springboot-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>springboot-plugin</artifactId>
    <version>0.10.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.jeka : springboot-plugin gradle dependency to your build.gradle file:

implementation 'dev.jeka:springboot-plugin:0.10.22'

Gradle Kotlin DSL: Add the following dev.jeka : springboot-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.jeka:springboot-plugin:0.10.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.jeka : springboot-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.jeka" % "springboot-plugin" % "0.10.22"