<dependency> <groupId>com.tencent.polaris</groupId> <artifactId>flow-cache</artifactId> <version>1.2.0</version> <type>pom</type> </dependency>
implementation 'com.tencent.polaris:flow-cache:1.2.0'
implementation("com.tencent.polaris:flow-cache:1.2.0")
libraryDependencies += "com.tencent.polaris" % "flow-cache" % "1.2.0"
@Grapes( @Grab(group='com.tencent.polaris', module='flow-cache', version='1.2.0') )
<dependency org="com.tencent.polaris" name="flow-cache" rev="1.2.0" />
[com.tencent.polaris/flow-cache "1.2.0"]
'com.tencent.polaris:flow-cache:jar:1.2.0'
<parent> <groupId>com.tencent.polaris</groupId> <artifactId>polaris-plugins-client</artifactId> <version>1.2.0</version> </parent>