is not current version
Last Version 6.6.5

org.javers:javers-core 1.0.0-RC4

JaVers object auditing and diff framework

GroupId

GroupId

org.javers
ArtifactId

ArtifactId

javers-core
Version

Version

1.0.0-RC4
Type

Type

jar

Download javers-core 1.0.0-RC4


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