xson

java json library.

Лицензия

Лицензия

Группа

Группа

io.github.xcr1234
Идентификатор

Идентификатор

xson
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

xson
java json library.
Ссылка на сайт

Ссылка на сайт

https://github.com/xcr1234/json
Система контроля версий

Система контроля версий

https://github.com/xcr1234/mohttp

Скачать xson

Имя Файла Размер
xson-1.2.pom
xson-1.2.jar 66 KB
xson-1.2-sources.jar 34 KB
xson-1.2-javadoc.jar 326 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.antlr : antlr4-runtime jar 4.5

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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'

Версии библиотеки

Версия
1.2
1.1
1.0