Categories |
CategoriesMongoDB Data Databases Native Development Tools |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdeventstore-mongodb-native |
Version | Version0.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-native/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-mongodb-native</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-native/
implementation 'org.occurrent:eventstore-mongodb-native:0.4.1'
// https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-native/
implementation ("org.occurrent:eventstore-mongodb-native:0.4.1")
'org.occurrent:eventstore-mongodb-native:jar:0.4.1'
<dependency org="org.occurrent" name="eventstore-mongodb-native" rev="0.4.1">
<artifact name="eventstore-mongodb-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='eventstore-mongodb-native', version='0.4.1')
)
libraryDependencies += "org.occurrent" % "eventstore-mongodb-native" % "0.4.1"
[org.occurrent/eventstore-mongodb-native "0.4.1"]