is not current version
Last Version 1.03

org.wowtools:catframe-servicebase 1.02

自用框架-基本服务框架

GroupId

GroupId

org.wowtools
ArtifactId

ArtifactId

catframe-servicebase
Version

Version

1.02
Type

Type

jar

Download catframe-servicebase 1.02


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