GroupId | GroupIdorg.javers |
---|---|
ArtifactId | ArtifactIdjavers-core |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
javers-core-1.2.10.pom | |
javers-core-1.2.10.jar | 299 KB |
javers-core-1.2.10-tests.jar | 1 MB |
javers-core-1.2.10-sources.jar | 177 KB |
javers-core-1.2.10-javadoc.jar | 653 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javers/javers-core/ -->
<dependency>
<groupId>org.javers</groupId>
<artifactId>javers-core</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.javers/javers-core/
implementation 'org.javers:javers-core:1.2.10'
// https://jarcasting.com/artifacts/org.javers/javers-core/
implementation ("org.javers:javers-core:1.2.10")
'org.javers:javers-core:jar:1.2.10'
<dependency org="org.javers" name="javers-core" rev="1.2.10">
<artifact name="javers-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javers', module='javers-core', version='1.2.10')
)
libraryDependencies += "org.javers" % "javers-core" % "1.2.10"
[org.javers/javers-core "1.2.10"]