GroupId | GroupIdcom.github.jershell |
---|---|
ArtifactId | ArtifactIdkbson |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
kbson-0.2.3.pom | |
kbson-0.2.3.jar | 61 KB |
kbson-0.2.3-sources.jar | 10 KB |
kbson-0.2.3-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jershell/kbson/ -->
<dependency>
<groupId>com.github.jershell</groupId>
<artifactId>kbson</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jershell/kbson/
implementation 'com.github.jershell:kbson:0.2.3'
// https://jarcasting.com/artifacts/com.github.jershell/kbson/
implementation ("com.github.jershell:kbson:0.2.3")
'com.github.jershell:kbson:jar:0.2.3'
<dependency org="com.github.jershell" name="kbson" rev="0.2.3">
<artifact name="kbson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jershell', module='kbson', version='0.2.3')
)
libraryDependencies += "com.github.jershell" % "kbson" % "0.2.3"
[com.github.jershell/kbson "0.2.3"]