f

flowcentral-tomcat

Flowcentral Tomcat Module
http://www.flowcentralplatform.com
文件下载
文件名 操作
flowcentral-tomcat-1.0.64.jar 下载
flowcentral-tomcat-1.0.64.pom 下载
flowcentral-tomcat-1.0.64-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.flowcentraltech.flowcentral</groupId>
  <artifactId>flowcentral-tomcat</artifactId>
  <version>1.0.64</version>
</dependency>
Gradle Groovy
implementation 'com.flowcentraltech.flowcentral:flowcentral-tomcat:1.0.64'
Gradle Kotlin
implementation("com.flowcentraltech.flowcentral:flowcentral-tomcat:1.0.64")
Scala SBT
libraryDependencies += "com.flowcentraltech.flowcentral" % "flowcentral-tomcat" % "1.0.64"
Groovy Grape
@Grapes(
  @Grab(group='com.flowcentraltech.flowcentral', module='flowcentral-tomcat', version='1.0.64')
)
Apache Ivy
<dependency org="com.flowcentraltech.flowcentral" name="flowcentral-tomcat" rev="1.0.64" />
Leiningen
[com.flowcentraltech.flowcentral/flowcentral-tomcat "1.0.64"]
Apache Buildr
'com.flowcentraltech.flowcentral:flowcentral-tomcat:jar:1.0.64'