is not current version
Last Version 0.4.4

com.github.jershell:kbson 0.4.1-rc

This adapter adds BSON support to kotlinx.serialization.

GroupId

GroupId

com.github.jershell
ArtifactId

ArtifactId

kbson
Version

Version

0.4.1-rc
Type

Type

jar

Download kbson 0.4.1-rc


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