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