| Группа | Группаtop.agno.gnosis |
|---|---|
| Идентификатор | Идентификаторrepeat-commit |
| Версия | Версия1.0.1-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| repeat-commit-1.0.1-RELEASE.pom | |
| repeat-commit-1.0.1-RELEASE.jar | 7 KB |
| repeat-commit-1.0.1-RELEASE-sources.jar | 4 KB |
| repeat-commit-1.0.1-RELEASE-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.agno.gnosis/repeat-commit/ -->
<dependency>
<groupId>top.agno.gnosis</groupId>
<artifactId>repeat-commit</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.agno.gnosis/repeat-commit/
implementation 'top.agno.gnosis:repeat-commit:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/top.agno.gnosis/repeat-commit/
implementation ("top.agno.gnosis:repeat-commit:1.0.1-RELEASE")
'top.agno.gnosis:repeat-commit:jar:1.0.1-RELEASE'
<dependency org="top.agno.gnosis" name="repeat-commit" rev="1.0.1-RELEASE">
<artifact name="repeat-commit" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.agno.gnosis', module='repeat-commit', version='1.0.1-RELEASE')
)
libraryDependencies += "top.agno.gnosis" % "repeat-commit" % "1.0.1-RELEASE"
[top.agno.gnosis/repeat-commit "1.0.1-RELEASE"]