is not current version
Last Version 0.4.4

com.github.jershell:kbson 0.2.2

This adapter adds BSON support to kotlinx.serialization.

GroupId

GroupId

com.github.jershell
ArtifactId

ArtifactId

kbson
Version

Version

0.2.2
Type

Type

jar

Download kbson 0.2.2


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