MVN

com.github.alexmao86 : jweb-common

Maven & Gradle

Jun 16, 2019
1 usages

jweb-common · 本项目主要弥补在使用mybatis3+springmvc+jquery easyui快速搭建web应用系统是遇到的框架不足. 主要工作包括: 1,扩展了ApplicationContextAware,通过单例注入spring容器,提供spring容器外的bean获取方法 2,扩展了apache shiro框架,统一了安全结构 3,扩展了mybatis3拦截器,在两个拦截器中自动完成分页注入,实现内存分页。 4,分页设计数据库方言 5,提供了一个easyuigrid的模型 6,提供了java泛型的jstl 7, xml工具包等一些小工具

<dependency>
    <groupId>com.github.alexmao86</groupId>
    <artifactId>jweb-common</artifactId>
    <version>1.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.alexmao86 : jweb-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.10

All Versions

Choose a version of com.github.alexmao86 : jweb-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jweb-common-1.1.10
jweb-common-1.1.9
jweb-common-1.1.8
jweb-common-1.1.7
jweb-common-1.1.6
jweb-common-1.1.5
jweb-common-1.1.4-Final
jweb-common-1.1.4
jweb-common-1.1.3
jweb-common-1.1.2
jweb-common-1.1.1
1.1
jweb-common-1.1
1.0
jweb-common-1.0

How to add a dependency to Maven

Add the following com.github.alexmao86 : jweb-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.alexmao86</groupId>
    <artifactId>jweb-common</artifactId>
    <version>1.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.alexmao86 : jweb-common gradle dependency to your build.gradle file:

implementation 'com.github.alexmao86:jweb-common:1.1.10'

Gradle Kotlin DSL: Add the following com.github.alexmao86 : jweb-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.alexmao86:jweb-common:1.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.alexmao86 : jweb-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.alexmao86" % "jweb-common" % "1.1.10"