MVN

io.github.alikelleci : easysourcing-spring-boot-starter

Maven & Gradle

Aug 10, 2023
8 stars

easysourcing-spring-boot-starter · Spring Boot starter for EasySourcing library

<dependency>
    <groupId>io.github.alikelleci</groupId>
    <artifactId>easysourcing-spring-boot-starter</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.alikelleci : easysourcing-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4
  • Latest Release Candidate: 2.0.0-rc3

All Versions

Choose a version of io.github.alikelleci : easysourcing-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
easysourcing-spring-boot-starter-3.0.4
easysourcing-spring-boot-starter-3.0.3
easysourcing-spring-boot-starter-3.0.2
easysourcing-spring-boot-starter-3.0.1
easysourcing-spring-boot-starter-3.0.0
2.8.x
easysourcing-spring-boot-starter-2.8.15
easysourcing-spring-boot-starter-2.8.14
easysourcing-spring-boot-starter-2.8.13
easysourcing-spring-boot-starter-2.8.12
easysourcing-spring-boot-starter-2.8.11
easysourcing-spring-boot-starter-2.8.10
easysourcing-spring-boot-starter-2.8.9
easysourcing-spring-boot-starter-2.8.8
easysourcing-spring-boot-starter-2.8.7
easysourcing-spring-boot-starter-2.8.6
easysourcing-spring-boot-starter-2.8.5
easysourcing-spring-boot-starter-2.8.4
easysourcing-spring-boot-starter-2.8.3
easysourcing-spring-boot-starter-2.8.2
easysourcing-spring-boot-starter-2.8.1
easysourcing-spring-boot-starter-2.8.0
2.7.x
easysourcing-spring-boot-starter-2.7.7
easysourcing-spring-boot-starter-2.7.6
easysourcing-spring-boot-starter-2.7.5
easysourcing-spring-boot-starter-2.7.4
easysourcing-spring-boot-starter-2.7.2
easysourcing-spring-boot-starter-2.7.1
easysourcing-spring-boot-starter-2.7.0
2.0.x
easysourcing-spring-boot-starter-2.0.6
easysourcing-spring-boot-starter-2.0.5
easysourcing-spring-boot-starter-2.0.4
easysourcing-spring-boot-starter-2.0.3
easysourcing-spring-boot-starter-2.0.2
easysourcing-spring-boot-starter-2.0.1
easysourcing-spring-boot-starter-2.0.0-rc3
easysourcing-spring-boot-starter-2.0.0-rc2
easysourcing-spring-boot-starter-2.0.0-rc1
easysourcing-spring-boot-starter-2.0.0
1.5.x
easysourcing-spring-boot-starter-1.5.6
easysourcing-spring-boot-starter-1.5.5
easysourcing-spring-boot-starter-1.5.4
easysourcing-spring-boot-starter-1.5.3
easysourcing-spring-boot-starter-1.5.2
easysourcing-spring-boot-starter-1.5.1
easysourcing-spring-boot-starter-1.5.0
1.0.x
easysourcing-spring-boot-starter-1.0.7
easysourcing-spring-boot-starter-1.0.6
easysourcing-spring-boot-starter-1.0.5
easysourcing-spring-boot-starter-1.0.4
easysourcing-spring-boot-starter-1.0.3
easysourcing-spring-boot-starter-1.0.2
easysourcing-spring-boot-starter-1.0.1
easysourcing-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following io.github.alikelleci : easysourcing-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.alikelleci</groupId>
    <artifactId>easysourcing-spring-boot-starter</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.alikelleci : easysourcing-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.alikelleci:easysourcing-spring-boot-starter:3.0.4'

Gradle Kotlin DSL: Add the following io.github.alikelleci : easysourcing-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.alikelleci:easysourcing-spring-boot-starter:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.alikelleci : easysourcing-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.alikelleci" % "easysourcing-spring-boot-starter" % "3.0.4"