License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.simplyscala |
ArtifactId | ArtifactIdscalatest-embedmongo_2.10 |
Version | Version0.2.2 |
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.10/ -->
<dependency>
<groupId>com.github.simplyscala</groupId>
<artifactId>scalatest-embedmongo_2.10</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simplyscala/scalatest-embedmongo_2.10/
implementation 'com.github.simplyscala:scalatest-embedmongo_2.10:0.2.2'
// https://jarcasting.com/artifacts/com.github.simplyscala/scalatest-embedmongo_2.10/
implementation ("com.github.simplyscala:scalatest-embedmongo_2.10:0.2.2")
'com.github.simplyscala:scalatest-embedmongo_2.10:jar:0.2.2'
<dependency org="com.github.simplyscala" name="scalatest-embedmongo_2.10" rev="0.2.2">
<artifact name="scalatest-embedmongo_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simplyscala', module='scalatest-embedmongo_2.10', version='0.2.2')
)
libraryDependencies += "com.github.simplyscala" % "scalatest-embedmongo_2.10" % "0.2.2"
[com.github.simplyscala/scalatest-embedmongo_2.10 "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.4 |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 1.46.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 2.1.7 |
com.novus : salat_2.10 | jar | 1.9.8 |