is not current version
Last Version 0.4.4

com.github.jershell:kbson 0.1.3

This adapter adds BSON support to kotlinx.serialization.

GroupId

GroupId

com.github.jershell
ArtifactId

ArtifactId

kbson
Version

Version

0.1.3
Type

Type

jar

Download kbson 0.1.3


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