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