is not current version
Last Version 2.2.3.RELEASE

com.jd.utils:utils 2.0.1.RELEASE


GroupId

GroupId

com.jd.utils
ArtifactId

ArtifactId

utils
Version

Version

2.0.1.RELEASE
Type

Type

pom

Download utils 2.0.1.RELEASE

Filename Size
utils-2.0.1.RELEASE.pom 1 KB
Browse

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