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