jetbrick-webmvc-parent

Web MVC framework for jetbrick

License

License

GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-webmvc-parent
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

jetbrick-webmvc-parent
Web MVC framework for jetbrick
Project URL

Project URL

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

Project Organization

jetbrick
Source Code Management

Source Code Management

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

Download jetbrick-webmvc-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jetbrick-webmvc
  • jetbrick-webmvc-fileupload
  • jetbrick-webmvc-fastjson
  • jetbrick-webmvc-gson
  • jetbrick-webmvc-freemarker

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