GroupId | GroupIdcn.watsontech.webhelper |
---|---|
ArtifactId | ArtifactIdweb-common |
Version | Version0.2.1.23 |
Type | Typejar |
Filename | Size |
---|---|
web-common-0.2.1.23.pom | |
web-common-0.2.1.23.jar | 145 KB |
web-common-0.2.1.23-sources.jar | 101 KB |
web-common-0.2.1.23-javadoc.jar | 755 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.watsontech.webhelper/web-common/ -->
<dependency>
<groupId>cn.watsontech.webhelper</groupId>
<artifactId>web-common</artifactId>
<version>0.2.1.23</version>
</dependency>
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/web-common/
implementation 'cn.watsontech.webhelper:web-common:0.2.1.23'
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/web-common/
implementation ("cn.watsontech.webhelper:web-common:0.2.1.23")
'cn.watsontech.webhelper:web-common:jar:0.2.1.23'
<dependency org="cn.watsontech.webhelper" name="web-common" rev="0.2.1.23">
<artifact name="web-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.watsontech.webhelper', module='web-common', version='0.2.1.23')
)
libraryDependencies += "cn.watsontech.webhelper" % "web-common" % "0.2.1.23"
[cn.watsontech.webhelper/web-common "0.2.1.23"]