is not current version
Last Version 1.4

cn.ruleengine:common 1.0

一些小工具

GroupId

GroupId

cn.ruleengine
ArtifactId

ArtifactId

common
Version

Version

1.0
Type

Type

jar

Download common 1.0


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