Registry / utility / javers-core

javers-core

JSON →
library7.11.0javamavenunverified

JaVers - object auditing and diff framework for Java

<dependency> <groupId>org.javers</groupId> <artifactId>javers-core</artifactId> <version>7.11.0</version> </dependency>
INSTALL
IMPORT
SIG · JAVERS-CORE
J
javers-core
utilityjavav7.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Javers
org.javers.core.Javers

Compare two objects and print the differences.

import org.javers.core.Javers; import org.javers.core.JaversBuilder; import org.javers.core.diff.Diff; public class Main { public static void main(String[] args) { Javers javers = JaversBuilder.javers().build(); Diff diff = javers.compare("hello", "world"); System.out.println(diff); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javers-core — mvn dependency:get javers-core · libregistry