GroupId | GroupIdcn.weforward |
---|---|
ArtifactId | ArtifactIdweforward-common |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
weforward-common-1.2.0.pom | |
weforward-common-1.2.0.jar | 287 KB |
weforward-common-1.2.0-sources.jar | 233 KB |
weforward-common-1.2.0-javadoc.jar | 933 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.weforward/weforward-common/ -->
<dependency>
<groupId>cn.weforward</groupId>
<artifactId>weforward-common</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.weforward/weforward-common/
implementation 'cn.weforward:weforward-common:1.2.0'
// https://jarcasting.com/artifacts/cn.weforward/weforward-common/
implementation ("cn.weforward:weforward-common:1.2.0")
'cn.weforward:weforward-common:jar:1.2.0'
<dependency org="cn.weforward" name="weforward-common" rev="1.2.0">
<artifact name="weforward-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.weforward', module='weforward-common', version='1.2.0')
)
libraryDependencies += "cn.weforward" % "weforward-common" % "1.2.0"
[cn.weforward/weforward-common "1.2.0"]