GroupId | GroupIdorg.occurrent |
---|---|
ArtifactId | ArtifactIdcatchup-subscription |
Version | Version0.7.3 |
Type | Typejar |
Filename | Size |
---|---|
catchup-subscription-0.7.3.pom | |
catchup-subscription-0.7.3.jar | 18 KB |
catchup-subscription-0.7.3-sources.jar | 11 KB |
catchup-subscription-0.7.3-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/catchup-subscription/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>catchup-subscription</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/catchup-subscription/
implementation 'org.occurrent:catchup-subscription:0.7.3'
// https://jarcasting.com/artifacts/org.occurrent/catchup-subscription/
implementation ("org.occurrent:catchup-subscription:0.7.3")
'org.occurrent:catchup-subscription:jar:0.7.3'
<dependency org="org.occurrent" name="catchup-subscription" rev="0.7.3">
<artifact name="catchup-subscription" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='catchup-subscription', version='0.7.3')
)
libraryDependencies += "org.occurrent" % "catchup-subscription" % "0.7.3"
[org.occurrent/catchup-subscription "0.7.3"]