f

faas-generator

generator代码生成
faaaadmin
Files download
File Operation
faas-generator-1.0.5.jar download
faas-generator-1.0.5.pom download
faas-generator-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.faasadmin</groupId>
  <artifactId>faas-generator</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.faasadmin:faas-generator:1.0.5'
Gradle Kotlin
implementation("com.faasadmin:faas-generator:1.0.5")
Scala SBT
libraryDependencies += "com.faasadmin" % "faas-generator" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.faasadmin', module='faas-generator', version='1.0.5')
)
Apache Ivy
<dependency org="com.faasadmin" name="faas-generator" rev="1.0.5" />
Leiningen
[com.faasadmin/faas-generator "1.0.5"]
Apache Buildr
'com.faasadmin:faas-generator:jar:1.0.5'