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