f

flow-cache

Polaris Plugins Client FlowCache POM
BSD 3-Clause License
Files download
File Operation
flow-cache-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>flow-cache</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:flow-cache:1.1.1'
Gradle Kotlin
implementation("com.tencent.polaris:flow-cache:1.1.1")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "flow-cache" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='flow-cache', version='1.1.1')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="flow-cache" rev="1.1.1" />
Leiningen
[com.tencent.polaris/flow-cache "1.1.1"]
Apache Buildr
'com.tencent.polaris:flow-cache:jar:1.1.1'