is not current version
Last Version 2.0.1-RELEASE

org.jeecf:jeecf-module-common 2.0.0-RELEASE


GroupId

GroupId

org.jeecf
ArtifactId

ArtifactId

jeecf-module-common
Version

Version

2.0.0-RELEASE
Type

Type

jar

Download jeecf-module-common 2.0.0-RELEASE


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