com.github.jnoee:coo.core

coo is a java framework.

License

License

GroupId

GroupId

com.github.jnoee
ArtifactId

ArtifactId

coo.core
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

coo is a java framework.

Download coo.core

How to add to project

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

Dependencies

compile (22)

Group / Artifact Type Version
com.github.jnoee : coo.base jar 2.2.0
org.springframework : spring-orm jar 4.2.2.RELEASE
org.springframework : spring-context-support jar 4.2.2.RELEASE
org.springframework : spring-aspects jar 4.2.2.RELEASE
org.springframework : spring-test jar 4.2.2.RELEASE
org.hibernate : hibernate-search jar 5.5.0.Final
org.apache.lucene : lucene-queryparser jar 5.3.0
org.hibernate : hibernate-validator jar 5.2.1.Final
org.hibernate : hibernate-ehcache jar 5.0.1.Final
org.freemarker : freemarker jar 2.3.22
com.thoughtworks.xstream : xstream jar 1.4.8
com.thoughtworks.xstream : xstream-hibernate jar 1.4.8
com.alibaba : druid jar 1.0.18
com.h2database : h2 jar 1.4.187
com.fasterxml.jackson.core : jackson-databind jar 2.5.3
com.fasterxml.jackson.datatype : jackson-datatype-hibernate4 jar 2.5.3
com.fasterxml.jackson.datatype : jackson-datatype-joda jar 2.5.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

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