com.github.jnoee:coo.mvc

coo is a java framework.

License

License

GroupId

GroupId

com.github.jnoee
ArtifactId

ArtifactId

coo.mvc
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

coo is a java framework.

Download coo.mvc

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.github.jnoee : coo.core jar 2.2.0
org.springframework : spring-webmvc jar 4.2.2.RELEASE
org.springframework : spring-oxm jar 4.2.2.RELEASE
commons-fileupload : commons-fileupload jar 1.3.1
com.github.abel533 : ECharts jar 2.1.8.3
ch.qos.logback : logback-classic jar 1.1.2
ch.qos.logback : logback-access jar 1.1.2
org.slf4j : slf4j-api jar 1.7.9
org.slf4j : jul-to-slf4j jar 1.7.9
org.slf4j : jcl-over-slf4j jar 1.7.9

provided (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

coo

coo 是一个 Java Web Application 开发框架,用于支撑快速开发。它基于主流的Java开源框架进行封装整合,屏蔽这些开源框架本身的复杂性,以降低开发人员的学习成本并提升开发效率和质量。

coo 对开源框架的封装和扩展都是基于这些框架本身的接口和扩展机制,并没有任何侵入性的修改,所以开源框架本身具备的功能和特性依然可以毫无阻碍的继续使用。

从分层的角度来看coo整合的主要开源框架包括:

想了解更多的信息可以查看 参考手册

Versions

Version
2.2.0
2.1.10
2.1.9
2.1.8
2.1.5
2.1.4
2.1.3