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