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