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