com.github.subchen:jetbrick-webmvc-fastjson

Web MVC framework for jetbrick

License

License

Categories

Categories

JSON Data fastjson
GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-webmvc-fastjson
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Web MVC framework for jetbrick
Project Organization

Project Organization

jetbrick

Download jetbrick-webmvc-fastjson

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.subchen : jetbrick-webmvc jar 2.1.1
com.alibaba : fastjson jar 1.2.1

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.

QQ Group Maven Build Status JDK License

jetbrick-webmvc

Web MVC framework for jetbrick.

Documentation

http://subchen.github.io/jetbrick-webmvc/

Dependency

<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-webmvc</artifactId>
    <version>2.1.1</version>
</dependency>

Thirdpart Integrations

<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-webmvc-fileupload</artifactId>
    <version>2.1.1</version>
</dependency>
<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-webmvc-fastjson</artifactId>
    <version>2.1.1</version>
</dependency>
<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-webmvc-gson</artifactId>
    <version>2.1.1</version>
</dependency>
<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-webmvc-freemarker</artifactId>
    <version>2.1.1</version>
</dependency>

Downloads

Samples

https://github.com/subchen/jetbrick-webmvc-samples

License

Copyright 2013-2014 Guoqiang Chen, Shanghai, China. All rights reserved.

  Author: Guoqiang Chen
   Email: [email protected]
  WebURL: https://github.com/subchen

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
2.1.1
2.1
2.0