is not current version
Last Version 2.2.2

cn.nkpro.elcube:commons 2.0.1


GroupId

GroupId

cn.nkpro.elcube
ArtifactId

ArtifactId

commons
Version

Version

2.0.1
Type

Type

jar

Download commons 2.0.1


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