xson

java json library.

License

License

GroupId

GroupId

io.github.xcr1234
ArtifactId

ArtifactId

xson
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

xson
java json library.
Project URL

Project URL

https://github.com/xcr1234/json
Source Code Management

Source Code Management

https://github.com/xcr1234/mohttp

Download xson

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.xcr1234/xson/ -->
<dependency>
    <groupId>io.github.xcr1234</groupId>
    <artifactId>xson</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xcr1234/xson/
implementation 'io.github.xcr1234:xson:1.2'
// https://jarcasting.com/artifacts/io.github.xcr1234/xson/
implementation ("io.github.xcr1234:xson:1.2")
'io.github.xcr1234:xson:jar:1.2'
<dependency org="io.github.xcr1234" name="xson" rev="1.2">
  <artifact name="xson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xcr1234', module='xson', version='1.2')
)
libraryDependencies += "io.github.xcr1234" % "xson" % "1.2"
[io.github.xcr1234/xson "1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

moHttp

https://xcr1234.github.io/mohttp/

(MoHttp = More Http)

HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth.

MoHttp is a java HTTP library based on java.net.URLConnection.

MoHttp supports:

  • Cookie Storage
  • Proxy
  • Repeatable Request
  • Https
  • Easy File Upload

Requires:

Android 2.3 and above. For Java, the minimum requirement is 1.7.


Maven

<dependency>
  <groupId>io.github.xcr1234</groupId>
  <artifactId>moHttp</artifactId>
  <version>1.1</version>
</dependency>

gradle

compile 'io.github.xcr1234:moHttp:1.1'

Versions

Version
1.2
1.1
1.0