| GroupId | GroupIdtop.agno.gnosis |
|---|---|
| ArtifactId | ArtifactIdrepeat-commit |
| Version | Version1.0.1-RELEASE |
| Type | Typejar |
<!-- 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"]