Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdexample-forwarder-mongodb-subscription-to-spring-event |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/example-forwarder-mongodb-subscription-to-spring-event/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>example-forwarder-mongodb-subscription-to-spring-event</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/example-forwarder-mongodb-subscription-to-spring-event/
implementation 'org.occurrent:example-forwarder-mongodb-subscription-to-spring-event:0.4.0'
// https://jarcasting.com/artifacts/org.occurrent/example-forwarder-mongodb-subscription-to-spring-event/
implementation ("org.occurrent:example-forwarder-mongodb-subscription-to-spring-event:0.4.0")
'org.occurrent:example-forwarder-mongodb-subscription-to-spring-event:jar:0.4.0'
<dependency org="org.occurrent" name="example-forwarder-mongodb-subscription-to-spring-event" rev="0.4.0">
<artifact name="example-forwarder-mongodb-subscription-to-spring-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='example-forwarder-mongodb-subscription-to-spring-event', version='0.4.0')
)
libraryDependencies += "org.occurrent" % "example-forwarder-mongodb-subscription-to-spring-event" % "0.4.0"
[org.occurrent/example-forwarder-mongodb-subscription-to-spring-event "0.4.0"]