j

javers-core

JaVers - alterated by Gustavo Figueiredo - Change table column name by configuration
https://github.com/gustavodsf/javers
The Apache Software License, Version 2.0
Gustavo Figueiredo
Files download
File Operation
javers-core-5.15.1.jar download
javers-core-5.15.1.pom download
javers-core-5.15.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gustavodsf</groupId>
  <artifactId>javers-core</artifactId>
  <version>5.15.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.gustavodsf:javers-core:5.15.1'
Gradle Kotlin
implementation("com.github.gustavodsf:javers-core:5.15.1")
Scala SBT
libraryDependencies += "com.github.gustavodsf" % "javers-core" % "5.15.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gustavodsf', module='javers-core', version='5.15.1')
)
Apache Ivy
<dependency org="com.github.gustavodsf" name="javers-core" rev="5.15.1" />
Leiningen
[com.github.gustavodsf/javers-core "5.15.1"]
Apache Buildr
'com.github.gustavodsf:javers-core:jar:5.15.1'