License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.simplyscala |
ArtifactId | ArtifactIdscalatest-embedmongo_2.11 |
Version | Version0.2.4 |
Type | Typejar |
Description |
Descriptionscalatest-embedmongo
API to use embeded mongoDb database for testing in Scala
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.github.simplyscala |
<!-- 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simplyscala/scalatest-embedmongo_2.11/
implementation 'com.github.simplyscala:scalatest-embedmongo_2.11:0.2.4'
// https://jarcasting.com/artifacts/com.github.simplyscala/scalatest-embedmongo_2.11/
implementation ("com.github.simplyscala:scalatest-embedmongo_2.11:0.2.4")
'com.github.simplyscala:scalatest-embedmongo_2.11:jar:0.2.4'
<dependency org="com.github.simplyscala" name="scalatest-embedmongo_2.11" rev="0.2.4">
<artifact name="scalatest-embedmongo_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simplyscala', module='scalatest-embedmongo_2.11', version='0.2.4')
)
libraryDependencies += "com.github.simplyscala" % "scalatest-embedmongo_2.11" % "0.2.4"
[com.github.simplyscala/scalatest-embedmongo_2.11 "0.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.1 |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.1 |
org.mongodb.scala : mongo-scala-driver_2.11 | jar | 1.2.1 |