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