f

flowcentral-codegeneration

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