MVN

io.github.voduku : spring-boot-starter-abstraction

Maven & Gradle

Jun 25, 2021
3 stars

spring-boot-starter-abstraction · Provide abstractions for any projects that needs CRUD features

<dependency>
    <groupId>io.github.voduku</groupId>
    <artifactId>spring-boot-starter-abstraction</artifactId>
    <version>1.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.15

All Versions

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

Version Vulnerabilities Updated
1.2.x
spring-boot-starter-abstraction-1.2.15
spring-boot-starter-abstraction-1.2.14
spring-boot-starter-abstraction-1.2.13
spring-boot-starter-abstraction-1.2.12
spring-boot-starter-abstraction-1.2.11
spring-boot-starter-abstraction-1.2.10
spring-boot-starter-abstraction-1.2.9
spring-boot-starter-abstraction-1.2.8
spring-boot-starter-abstraction-1.2.7
spring-boot-starter-abstraction-1.2.6
spring-boot-starter-abstraction-1.2.5
spring-boot-starter-abstraction-1.2.4
spring-boot-starter-abstraction-1.2.3
spring-boot-starter-abstraction-1.2.2
spring-boot-starter-abstraction-1.2.1
spring-boot-starter-abstraction-1.2.0
1.1.x
spring-boot-starter-abstraction-1.1.2
spring-boot-starter-abstraction-1.1.1
spring-boot-starter-abstraction-1.1.0
1.0.x
spring-boot-starter-abstraction-1.0.18
spring-boot-starter-abstraction-1.0.17
spring-boot-starter-abstraction-1.0.16
spring-boot-starter-abstraction-1.0.15
spring-boot-starter-abstraction-1.0.14
spring-boot-starter-abstraction-1.0.13
spring-boot-starter-abstraction-1.0.12
spring-boot-starter-abstraction-1.0.11
spring-boot-starter-abstraction-1.0.10
spring-boot-starter-abstraction-1.0.9
spring-boot-starter-abstraction-1.0.8
spring-boot-starter-abstraction-1.0.7
spring-boot-starter-abstraction-1.0.6
spring-boot-starter-abstraction-1.0.5
spring-boot-starter-abstraction-1.0.4
spring-boot-starter-abstraction-1.0.3
spring-boot-starter-abstraction-1.0.2
spring-boot-starter-abstraction-1.0.1
spring-boot-starter-abstraction-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.voduku</groupId>
    <artifactId>spring-boot-starter-abstraction</artifactId>
    <version>1.2.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.voduku:spring-boot-starter-abstraction:1.2.15'

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

implementation("io.github.voduku:spring-boot-starter-abstraction:1.2.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.voduku" % "spring-boot-starter-abstraction" % "1.2.15"

Advertisement