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