GroupId | GroupIdcom.taobao.common |
---|---|
ArtifactId | ArtifactIdtedis-group |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
tedis-group-1.1.7.pom | |
tedis-group-1.1.7.jar | 251 KB |
tedis-group-1.1.7-sources.jar | 128 KB |
tedis-group-1.1.7-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.common/tedis-group/ -->
<dependency>
<groupId>com.taobao.common</groupId>
<artifactId>tedis-group</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.common/tedis-group/
implementation 'com.taobao.common:tedis-group:1.1.7'
// https://jarcasting.com/artifacts/com.taobao.common/tedis-group/
implementation ("com.taobao.common:tedis-group:1.1.7")
'com.taobao.common:tedis-group:jar:1.1.7'
<dependency org="com.taobao.common" name="tedis-group" rev="1.1.7">
<artifact name="tedis-group" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.common', module='tedis-group', version='1.1.7')
)
libraryDependencies += "com.taobao.common" % "tedis-group" % "1.1.7"
[com.taobao.common/tedis-group "1.1.7"]