MVN

com.github.gustavodsf : javers-spring-boot-starter-sql

Maven & Gradle

Feb 20, 2021
1 stars

JaVers Library · JaVers - alterated by Gustavo Figueiredo - Change table column name by configuration

<dependency>
    <groupId>com.github.gustavodsf</groupId>
    <artifactId>javers-spring-boot-starter-sql</artifactId>
    <version>5.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gustavodsf : javers-spring-boot-starter-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.16.0

All Versions

Choose a version of com.github.gustavodsf : javers-spring-boot-starter-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.16.x
javers-spring-boot-starter-sql-5.16.0
5.15.x
javers-spring-boot-starter-sql-5.15.1
javers-spring-boot-starter-sql-5.15.0

How to add a dependency to Maven

Add the following com.github.gustavodsf : javers-spring-boot-starter-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gustavodsf</groupId>
    <artifactId>javers-spring-boot-starter-sql</artifactId>
    <version>5.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gustavodsf : javers-spring-boot-starter-sql gradle dependency to your build.gradle file:

implementation 'com.github.gustavodsf:javers-spring-boot-starter-sql:5.16.0'

Gradle Kotlin DSL: Add the following com.github.gustavodsf : javers-spring-boot-starter-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gustavodsf:javers-spring-boot-starter-sql:5.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gustavodsf : javers-spring-boot-starter-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gustavodsf" % "javers-spring-boot-starter-sql" % "5.16.0"

Advertisement