| License |
License |
|---|---|
| GroupId | GroupIdio.github.raptros |
| ArtifactId | ArtifactIdthe-bson_2.11 |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionthe-bson
typeclass-based utility for encoding and decoding mongo db objects in Scala
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| the-bson_2.11-0.1.pom | |
| the-bson_2.11-0.1.jar | 490 KB |
| the-bson_2.11-0.1-sources.jar | 12 KB |
| the-bson_2.11-0.1-javadoc.jar | 259 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.raptros/the-bson_2.11/ -->
<dependency>
<groupId>io.github.raptros</groupId>
<artifactId>the-bson_2.11</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.raptros/the-bson_2.11/
implementation 'io.github.raptros:the-bson_2.11:0.1'
// https://jarcasting.com/artifacts/io.github.raptros/the-bson_2.11/
implementation ("io.github.raptros:the-bson_2.11:0.1")
'io.github.raptros:the-bson_2.11:jar:0.1'
<dependency org="io.github.raptros" name="the-bson_2.11" rev="0.1">
<artifact name="the-bson_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.raptros', module='the-bson_2.11', version='0.1')
)
libraryDependencies += "io.github.raptros" % "the-bson_2.11" % "0.1"
[io.github.raptros/the-bson_2.11 "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.1 |
| org.mongodb : mongo-java-driver | jar | 2.12.2 |
| org.joda : joda-convert | jar | 1.2 |
| joda-time : joda-time | jar | 2.3 |
| org.scalaz : scalaz-core_2.11 | jar | 7.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 2.1.6 |