GroupId | GroupIdio.github.kirill5k |
---|---|
ArtifactId | ArtifactIdmongo4cats-embedded_3 |
Version | Version0.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.kirill5k/mongo4cats-embedded_3/ -->
<dependency>
<groupId>io.github.kirill5k</groupId>
<artifactId>mongo4cats-embedded_3</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kirill5k/mongo4cats-embedded_3/
implementation 'io.github.kirill5k:mongo4cats-embedded_3:0.3.1'
// https://jarcasting.com/artifacts/io.github.kirill5k/mongo4cats-embedded_3/
implementation ("io.github.kirill5k:mongo4cats-embedded_3:0.3.1")
'io.github.kirill5k:mongo4cats-embedded_3:jar:0.3.1'
<dependency org="io.github.kirill5k" name="mongo4cats-embedded_3" rev="0.3.1">
<artifact name="mongo4cats-embedded_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kirill5k', module='mongo4cats-embedded_3', version='0.3.1')
)
libraryDependencies += "io.github.kirill5k" % "mongo4cats-embedded_3" % "0.3.1"
[io.github.kirill5k/mongo4cats-embedded_3 "0.3.1"]