License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdbson |
Version | Version3.1.0 |
Type | Typejar |
Description |
DescriptionBSON for jdk 1.5
The BSON library for jdk 1.5
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bson-3.1.0.pom | |
bson-3.1.0.jar | 222 KB |
bson-3.1.0-sources.jar | 183 KB |
bson-3.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/bson/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>bson</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/bson/
implementation 'com.hynnet:bson:3.1.0'
// https://jarcasting.com/artifacts/com.hynnet/bson/
implementation ("com.hynnet:bson:3.1.0")
'com.hynnet:bson:jar:3.1.0'
<dependency org="com.hynnet" name="bson" rev="3.1.0">
<artifact name="bson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='bson', version='3.1.0')
)
libraryDependencies += "com.hynnet" % "bson" % "3.1.0"
[com.hynnet/bson "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.6 |