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