GroupId | GroupIdorg.jeecf |
---|---|
ArtifactId | ArtifactIdjeecf-module-common |
Version | Version1.5.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jeecf/jeecf-module-common/ -->
<dependency>
<groupId>org.jeecf</groupId>
<artifactId>jeecf-module-common</artifactId>
<version>1.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeecf/jeecf-module-common/
implementation 'org.jeecf:jeecf-module-common:1.5.0-RELEASE'
// https://jarcasting.com/artifacts/org.jeecf/jeecf-module-common/
implementation ("org.jeecf:jeecf-module-common:1.5.0-RELEASE")
'org.jeecf:jeecf-module-common:jar:1.5.0-RELEASE'
<dependency org="org.jeecf" name="jeecf-module-common" rev="1.5.0-RELEASE">
<artifact name="jeecf-module-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeecf', module='jeecf-module-common', version='1.5.0-RELEASE')
)
libraryDependencies += "org.jeecf" % "jeecf-module-common" % "1.5.0-RELEASE"
[org.jeecf/jeecf-module-common "1.5.0-RELEASE"]