MVN

org.wowtools : catframe

Maven & Gradle

May 27, 2021
3 stars

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

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>catframe</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wowtools : catframe to add to Maven - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of org.wowtools : catframe to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
catframe-1.5.2
1.5
catframe-1.5
1.03
catframe-1.03
1.02
catframe-1.02
1.01
catframe-1.01
1.2STABLE
catframe-1.2STABLE
1.0
catframe-1.0
cell
catframe-cell

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>catframe</artifactId>
    <version>1.5.2</version>
</dependency>