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