f

flowcentral-codegeneration

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