MVN

com.github.andriykuba : reactivemongo-shortcuts-play-json

Maven & Gradle

Jul 19, 2017
1 stars

Reactivemongo Shortcuts for Play and JSON · Short methods for different reactivemongo scenarios, created for Play and JSON

<dependency>
    <groupId>com.github.andriykuba</groupId>
    <artifactId>reactivemongo-shortcuts-play-json</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.andriykuba : reactivemongo-shortcuts-play-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of com.github.andriykuba : reactivemongo-shortcuts-play-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
reactivemongo-shortcuts-play-json-2.6.1
2.5.x
reactivemongo-shortcuts-play-json-2.5.19
reactivemongo-shortcuts-play-json-2.5.18
reactivemongo-shortcuts-play-json-2.5.17
reactivemongo-shortcuts-play-json-2.5.16
reactivemongo-shortcuts-play-json-2.5.15
reactivemongo-shortcuts-play-json-2.5.14
reactivemongo-shortcuts-play-json-2.5.12
reactivemongo-shortcuts-play-json-2.5.11
reactivemongo-shortcuts-play-json-2.5.10
reactivemongo-shortcuts-play-json-2.5.9
reactivemongo-shortcuts-play-json-2.5.8
reactivemongo-shortcuts-play-json-2.5.7
reactivemongo-shortcuts-play-json-2.5.6
reactivemongo-shortcuts-play-json-2.5.5
reactivemongo-shortcuts-play-json-2.5.4
reactivemongo-shortcuts-play-json-2.5.3
reactivemongo-shortcuts-play-json-2.5.2
reactivemongo-shortcuts-play-json-2.5.1

How to add a dependency to Maven

Add the following com.github.andriykuba : reactivemongo-shortcuts-play-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.andriykuba</groupId>
    <artifactId>reactivemongo-shortcuts-play-json</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.andriykuba : reactivemongo-shortcuts-play-json gradle dependency to your build.gradle file:

implementation 'com.github.andriykuba:reactivemongo-shortcuts-play-json:2.6.1'

Gradle Kotlin DSL: Add the following com.github.andriykuba : reactivemongo-shortcuts-play-json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.andriykuba:reactivemongo-shortcuts-play-json:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.andriykuba : reactivemongo-shortcuts-play-json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.andriykuba" % "reactivemongo-shortcuts-play-json" % "2.6.1"