is not current version
Last Version 1.5.2

org.wowtools:catframe 1.0

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

GroupId

GroupId

org.wowtools
ArtifactId

ArtifactId

catframe
Version

Version

1.0
Type

Type

pom

Download catframe 1.0

Filename Size
catframe-1.0.pom 3 KB
Browse

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