Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIduk.gov.hmrc |
ArtifactId | ArtifactIdsimple-reactivemongo_2.11 |
Version | Version2.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.gov.hmrc/simple-reactivemongo_2.11/ -->
<dependency>
<groupId>uk.gov.hmrc</groupId>
<artifactId>simple-reactivemongo_2.11</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.hmrc/simple-reactivemongo_2.11/
implementation 'uk.gov.hmrc:simple-reactivemongo_2.11:2.1.2'
// https://jarcasting.com/artifacts/uk.gov.hmrc/simple-reactivemongo_2.11/
implementation ("uk.gov.hmrc:simple-reactivemongo_2.11:2.1.2")
'uk.gov.hmrc:simple-reactivemongo_2.11:jar:2.1.2'
<dependency org="uk.gov.hmrc" name="simple-reactivemongo_2.11" rev="2.1.2">
<artifact name="simple-reactivemongo_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.hmrc', module='simple-reactivemongo_2.11', version='2.1.2')
)
libraryDependencies += "uk.gov.hmrc" % "simple-reactivemongo_2.11" % "2.1.2"
[uk.gov.hmrc/simple-reactivemongo_2.11 "2.1.2"]