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