Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.limansky |
ArtifactId | ArtifactIdmongoquery-reactive_2.11 |
Version | Version0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.limansky/mongoquery-reactive_2.11/ -->
<dependency>
<groupId>com.github.limansky</groupId>
<artifactId>mongoquery-reactive_2.11</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.limansky/mongoquery-reactive_2.11/
implementation 'com.github.limansky:mongoquery-reactive_2.11:0.4'
// https://jarcasting.com/artifacts/com.github.limansky/mongoquery-reactive_2.11/
implementation ("com.github.limansky:mongoquery-reactive_2.11:0.4")
'com.github.limansky:mongoquery-reactive_2.11:jar:0.4'
<dependency org="com.github.limansky" name="mongoquery-reactive_2.11" rev="0.4">
<artifact name="mongoquery-reactive_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.limansky', module='mongoquery-reactive_2.11', version='0.4')
)
libraryDependencies += "com.github.limansky" % "mongoquery-reactive_2.11" % "0.4"
[com.github.limansky/mongoquery-reactive_2.11 "0.4"]