GroupId | GroupIdorg.occurrent |
---|---|
ArtifactId | ArtifactIdcatchup-subscription |
Version | Version0.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/catchup-subscription/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>catchup-subscription</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/catchup-subscription/
implementation 'org.occurrent:catchup-subscription:0.14.0'
// https://jarcasting.com/artifacts/org.occurrent/catchup-subscription/
implementation ("org.occurrent:catchup-subscription:0.14.0")
'org.occurrent:catchup-subscription:jar:0.14.0'
<dependency org="org.occurrent" name="catchup-subscription" rev="0.14.0">
<artifact name="catchup-subscription" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='catchup-subscription', version='0.14.0')
)
libraryDependencies += "org.occurrent" % "catchup-subscription" % "0.14.0"
[org.occurrent/catchup-subscription "0.14.0"]