| Группа | Группаorg.javers |
|---|---|
| Идентификатор | Идентификаторjavers-core |
| Версия | Версия0.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| javers-core-0.5.0.pom | |
| javers-core-0.5.0.jar | 134 KB |
| javers-core-0.5.0-tests.jar | 487 KB |
| javers-core-0.5.0-sources.jar | 87 KB |
| javers-core-0.5.0-javadoc.jar | 696 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.javers/javers-core/ -->
<dependency>
<groupId>org.javers</groupId>
<artifactId>javers-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javers/javers-core/
implementation 'org.javers:javers-core:0.5.0'
// https://jarcasting.com/artifacts/org.javers/javers-core/
implementation ("org.javers:javers-core:0.5.0")
'org.javers:javers-core:jar:0.5.0'
<dependency org="org.javers" name="javers-core" rev="0.5.0">
<artifact name="javers-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javers', module='javers-core', version='0.5.0')
)
libraryDependencies += "org.javers" % "javers-core" % "0.5.0"
[org.javers/javers-core "0.5.0"]