Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.simplyscala |
ArtifactId | ArtifactIdscalatest-embedmongo_2.11 |
Version | Version0.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.simplyscala/scalatest-embedmongo_2.11/ -->
<dependency>
<groupId>com.github.simplyscala</groupId>
<artifactId>scalatest-embedmongo_2.11</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simplyscala/scalatest-embedmongo_2.11/
implementation 'com.github.simplyscala:scalatest-embedmongo_2.11:0.2.2'
// https://jarcasting.com/artifacts/com.github.simplyscala/scalatest-embedmongo_2.11/
implementation ("com.github.simplyscala:scalatest-embedmongo_2.11:0.2.2")
'com.github.simplyscala:scalatest-embedmongo_2.11:jar:0.2.2'
<dependency org="com.github.simplyscala" name="scalatest-embedmongo_2.11" rev="0.2.2">
<artifact name="scalatest-embedmongo_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simplyscala', module='scalatest-embedmongo_2.11', version='0.2.2')
)
libraryDependencies += "com.github.simplyscala" % "scalatest-embedmongo_2.11" % "0.2.2"
[com.github.simplyscala/scalatest-embedmongo_2.11 "0.2.2"]