is not current version
Last Version 6.6.5

org.javers:javers-core 5.4.0

JaVers - object auditing and diff framework for Java

GroupId

GroupId

org.javers
ArtifactId

ArtifactId

javers-core
Version

Version

5.4.0
Type

Type

jar

Download javers-core 5.4.0


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