Files download
File Operation
flowcentral-1.0.29.pom download
Apache Maven
<dependency>
  <groupId>com.flowcentraltech.flowcentral</groupId>
  <artifactId>flowcentral</artifactId>
  <version>1.0.29</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.flowcentraltech.flowcentral:flowcentral:1.0.29'
Gradle Kotlin
implementation("com.flowcentraltech.flowcentral:flowcentral:1.0.29")
Scala SBT
libraryDependencies += "com.flowcentraltech.flowcentral" % "flowcentral" % "1.0.29"
Groovy Grape
@Grapes(
  @Grab(group='com.flowcentraltech.flowcentral', module='flowcentral', version='1.0.29')
)
Apache Ivy
<dependency org="com.flowcentraltech.flowcentral" name="flowcentral" rev="1.0.29" />
Leiningen
[com.flowcentraltech.flowcentral/flowcentral "1.0.29"]
Apache Buildr
'com.flowcentraltech.flowcentral:flowcentral:jar:1.0.29'