Last Version

catframe 1.5.2

wowtools超轻量级框架,尽量少用spring全家桶之类东西,使得代码能在很低配置的系统上跑起来

License

License

GroupId

GroupId

org.wowtools
ArtifactId

ArtifactId

catframe
Version

Version

1.5.2
Type

Type

pom
Description

Description

catframe
wowtools超轻量级框架,尽量少用spring全家桶之类东西,使得代码能在很低配置的系统上跑起来
Project URL

Project URL

https://github.com/codingmiao/catframe

Download catframe 1.5.2

Filename Size
catframe-1.5.2.pom 6 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.20

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.20
log4j : log4j jar 1.2.16

Project Modules

  • catframe-common
  • catframe-dao