GroupId | GroupIdcn.watsontech.webhelper |
---|---|
ArtifactId | ArtifactIdvendor-file |
Version | Version0.2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
vendor-file-0.2.1.1.pom | |
vendor-file-0.2.1.1.jar | 31 KB |
vendor-file-0.2.1.1-sources.jar | 15 KB |
vendor-file-0.2.1.1-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.watsontech.webhelper/vendor-file/ -->
<dependency>
<groupId>cn.watsontech.webhelper</groupId>
<artifactId>vendor-file</artifactId>
<version>0.2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/vendor-file/
implementation 'cn.watsontech.webhelper:vendor-file:0.2.1.1'
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/vendor-file/
implementation ("cn.watsontech.webhelper:vendor-file:0.2.1.1")
'cn.watsontech.webhelper:vendor-file:jar:0.2.1.1'
<dependency org="cn.watsontech.webhelper" name="vendor-file" rev="0.2.1.1">
<artifact name="vendor-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.watsontech.webhelper', module='vendor-file', version='0.2.1.1')
)
libraryDependencies += "cn.watsontech.webhelper" % "vendor-file" % "0.2.1.1"
[cn.watsontech.webhelper/vendor-file "0.2.1.1"]