stackbox.cn parent pom

FasterXML.com parent pom

Лицензия

Лицензия

Группа

Группа

cn.stackbox
Идентификатор

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

oss-parent
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

stackbox.cn parent pom
FasterXML.com parent pom
Ссылка на сайт

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

http://github.com/superalsrk/
Организация-разработчик

Организация-разработчик

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

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

https://github.com/superalsrk/PhpSerialization.git

Скачать oss-parent

Имя Файла Размер
oss-parent-1.0.0.pom 7 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/cn.stackbox/oss-parent/ -->
<dependency>
    <groupId>cn.stackbox</groupId>
    <artifactId>oss-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.stackbox/oss-parent/
implementation 'cn.stackbox:oss-parent:1.0.0'
// https://jarcasting.com/artifacts/cn.stackbox/oss-parent/
implementation ("cn.stackbox:oss-parent:1.0.0")
'cn.stackbox:oss-parent:pom:1.0.0'
<dependency org="cn.stackbox" name="oss-parent" rev="1.0.0">
  <artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.stackbox', module='oss-parent', version='1.0.0')
)
libraryDependencies += "cn.stackbox" % "oss-parent" % "1.0.0"
[cn.stackbox/oss-parent "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

PhpSerialization

Build Status

PHP object serialize/unserialize to Java Object, still in development

Unserialize

String body = "a:7:{s:6:\"_token\";s:40:\"nLOlgJE3e1IwP8WimS4k44vMc8NVIC08N159pju4\";s:9:\"_previous\";a:1:{s:3:\"url\";s:29:\"http://example.com/test/home/index\";}s:5:\"flash\";a:2:{s:3:\"old\";a:0:{}s:3:\"new\";a:0:{}}s:9:\"auth_code\";s:32:\"9cee7bcf269a8edf5f313595eef919ce\";s:3:\"url\";a:1:{s:8:\"intended\";s:29:\"http://example.com/test/home/index\";}s:50:\"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d\";s:32:\"4d4eb6317e5e4871897fdd7165964d3a\";s:9:\"_sf2_meta\";a:3:{s:1:\"u\";i:1466043199;s:1:\"c\";i:1466042852;s:1:\"l\";s:1:\"0\";}}";
PhpDecoder decoder = PhpDecoder.newInstance(body);
JSONArray ret = decoder.decode();

Serialize

waiting

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

Версия
1.0.0