mongopb4s


License

License

MIT
GroupId

GroupId

com.github.mingchuno
ArtifactId

ArtifactId

mongopb4s_2.12
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

mongopb4s
mongopb4s
Project URL

Project URL

https://github.com/mingchuno/mongopb4s
Project Organization

Project Organization

com.github.mingchuno
Source Code Management

Source Code Management

https://github.com/mingchuno/mongopb4s

Download mongopb4s_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mingchuno/mongopb4s_2.12/ -->
<dependency>
    <groupId>com.github.mingchuno</groupId>
    <artifactId>mongopb4s_2.12</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mingchuno/mongopb4s_2.12/
implementation 'com.github.mingchuno:mongopb4s_2.12:1.0.7'
// https://jarcasting.com/artifacts/com.github.mingchuno/mongopb4s_2.12/
implementation ("com.github.mingchuno:mongopb4s_2.12:1.0.7")
'com.github.mingchuno:mongopb4s_2.12:jar:1.0.7'
<dependency org="com.github.mingchuno" name="mongopb4s_2.12" rev="1.0.7">
  <artifact name="mongopb4s_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mingchuno', module='mongopb4s_2.12', version='1.0.7')
)
libraryDependencies += "com.github.mingchuno" % "mongopb4s_2.12" % "1.0.7"
[com.github.mingchuno/mongopb4s_2.12 "1.0.7"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
com.thesamet.scalapb : scalapb-json4s_2.12 jar 0.7.0
org.mongodb.scala : mongo-scala-driver_2.12 jar 2.1.0
org.reactivestreams : reactive-streams jar 1.0.1

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.2
com.typesafe.akka : akka-stream_2.12 jar 2.5.4
com.typesafe.akka : akka-stream-testkit_2.12 jar 2.5.4

Project Modules

There are no modules declared in this project.

mongopb4s

Build Status

A helper lib for mongodb-scala-driver with protobuf support using ScalaPB. Also come with some helper function.

Overview

TODO

Getting Started

libraryDependencies += "com.github.mingchuno" %% "mongopb4s" % "1.0.7"
// This impoort will do most of the job
// check out test for other usage
import com.github.mingchuno.mongopb4s.implicits._

Versions

Version
1.0.7
1.0.6