GroupId | GroupIdcn.jeeweb |
---|---|
ArtifactId | ArtifactIdjeeweb-common-utils |
Version | Version1.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.jeeweb/jeeweb-common-utils/ -->
<dependency>
<groupId>cn.jeeweb</groupId>
<artifactId>jeeweb-common-utils</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jeeweb/jeeweb-common-utils/
implementation 'cn.jeeweb:jeeweb-common-utils:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/cn.jeeweb/jeeweb-common-utils/
implementation ("cn.jeeweb:jeeweb-common-utils:1.0.3.RELEASE")
'cn.jeeweb:jeeweb-common-utils:jar:1.0.3.RELEASE'
<dependency org="cn.jeeweb" name="jeeweb-common-utils" rev="1.0.3.RELEASE">
<artifact name="jeeweb-common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jeeweb', module='jeeweb-common-utils', version='1.0.3.RELEASE')
)
libraryDependencies += "cn.jeeweb" % "jeeweb-common-utils" % "1.0.3.RELEASE"
[cn.jeeweb/jeeweb-common-utils "1.0.3.RELEASE"]