GroupId | GroupIdcn.bestwu |
---|---|
ArtifactId | ArtifactIdcommon-lang |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
common-lang-1.0.2.pom | |
common-lang-1.0.2.jar | 40 KB |
common-lang-1.0.2-sources.jar | 27 KB |
common-lang-1.0.2-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.bestwu/common-lang/ -->
<dependency>
<groupId>cn.bestwu</groupId>
<artifactId>common-lang</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.bestwu/common-lang/
implementation 'cn.bestwu:common-lang:1.0.2'
// https://jarcasting.com/artifacts/cn.bestwu/common-lang/
implementation ("cn.bestwu:common-lang:1.0.2")
'cn.bestwu:common-lang:jar:1.0.2'
<dependency org="cn.bestwu" name="common-lang" rev="1.0.2">
<artifact name="common-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.bestwu', module='common-lang', version='1.0.2')
)
libraryDependencies += "cn.bestwu" % "common-lang" % "1.0.2"
[cn.bestwu/common-lang "1.0.2"]