GroupId | GroupIdcom.github.jershell |
---|---|
ArtifactId | ArtifactIdkbson |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
kbson-0.2.0.pom | |
kbson-0.2.0.jar | 57 KB |
kbson-0.2.0-sources.jar | 10 KB |
kbson-0.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jershell/kbson/
implementation 'com.github.jershell:kbson:0.2.0'
// https://jarcasting.com/artifacts/com.github.jershell/kbson/
implementation ("com.github.jershell:kbson:0.2.0")
'com.github.jershell:kbson:jar:0.2.0'
<dependency org="com.github.jershell" name="kbson" rev="0.2.0">
<artifact name="kbson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jershell', module='kbson', version='0.2.0')
)
libraryDependencies += "com.github.jershell" % "kbson" % "0.2.0"
[com.github.jershell/kbson "0.2.0"]