is not current version
Last Version 1.03

org.wowtools:catframe-servicebase 1.0

自用框架-基本服务框架

GroupId

GroupId

org.wowtools
ArtifactId

ArtifactId

catframe-servicebase
Version

Version

1.0
Type

Type

jar

Download catframe-servicebase 1.0


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