is not current version
Last Version 6.6.5

org.javers:javers-core 5.2.5

JaVers - object auditing and diff framework for Java

GroupId

GroupId

org.javers
ArtifactId

ArtifactId

javers-core
Version

Version

5.2.5
Type

Type

jar

Download javers-core 5.2.5


<!-- https://jarcasting.com/artifacts/org.javers/javers-core/ -->
<dependency>
    <groupId>org.javers</groupId>
    <artifactId>javers-core</artifactId>
    <version>5.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.javers/javers-core/
implementation 'org.javers:javers-core:5.2.5'
// https://jarcasting.com/artifacts/org.javers/javers-core/
implementation ("org.javers:javers-core:5.2.5")
'org.javers:javers-core:jar:5.2.5'
<dependency org="org.javers" name="javers-core" rev="5.2.5">
  <artifact name="javers-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javers', module='javers-core', version='5.2.5')
)
libraryDependencies += "org.javers" % "javers-core" % "5.2.5"
[org.javers/javers-core "5.2.5"]