GroupId | GroupIdorg.javers |
---|---|
ArtifactId | ArtifactIdjavers-core |
Version | Version0.6.5 |
Type | Typejar |
Filename | Size |
---|---|
javers-core-0.6.5.pom | |
javers-core-0.6.5.jar | 182 KB |
javers-core-0.6.5-tests.jar | 567 KB |
javers-core-0.6.5-sources.jar | 113 KB |
javers-core-0.6.5-javadoc.jar | 874 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javers/javers-core/ -->
<dependency>
<groupId>org.javers</groupId>
<artifactId>javers-core</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.javers/javers-core/
implementation 'org.javers:javers-core:0.6.5'
// https://jarcasting.com/artifacts/org.javers/javers-core/
implementation ("org.javers:javers-core:0.6.5")
'org.javers:javers-core:jar:0.6.5'
<dependency org="org.javers" name="javers-core" rev="0.6.5">
<artifact name="javers-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javers', module='javers-core', version='0.6.5')
)
libraryDependencies += "org.javers" % "javers-core" % "0.6.5"
[org.javers/javers-core "0.6.5"]