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