License |
License |
---|---|
Categories |
CategoriesJSON Data Gson |
GroupId | GroupIdcom.dev-smart |
ArtifactId | ArtifactIdubjson-gson |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionubjson-gson
UBJSON lib for Java with Gson interop
|
Project URL |
Project URL |
Filename | Size |
---|---|
ubjson-gson-0.1.8.pom | |
ubjson-gson-0.1.8.jar | 2 KB |
ubjson-gson-0.1.8-sources.jar | 1 KB |
ubjson-gson-0.1.8-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dev-smart/ubjson-gson/ -->
<dependency>
<groupId>com.dev-smart</groupId>
<artifactId>ubjson-gson</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/ubjson-gson/
implementation 'com.dev-smart:ubjson-gson:0.1.8'
// https://jarcasting.com/artifacts/com.dev-smart/ubjson-gson/
implementation ("com.dev-smart:ubjson-gson:0.1.8")
'com.dev-smart:ubjson-gson:jar:0.1.8'
<dependency org="com.dev-smart" name="ubjson-gson" rev="0.1.8">
<artifact name="ubjson-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='ubjson-gson', version='0.1.8')
)
libraryDependencies += "com.dev-smart" % "ubjson-gson" % "0.1.8"
[com.dev-smart/ubjson-gson "0.1.8"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.1 |
com.dev-smart : ubjson | jar | 0.1.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |