f

faas-generator

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