is not current version
Last Version 1.4

cn.ruleengine:common 1.3

一些小工具

GroupId

GroupId

cn.ruleengine
ArtifactId

ArtifactId

common
Version

Version

1.3
Type

Type

jar

Download common 1.3


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