c

codeg-archetype

快嘉框架archetype系列-接口代码生成
http://fastjrun.com/archetype/codeg-archetype
Files download
File Operation
codeg-archetype-1.5.jar download
codeg-archetype-1.5.pom download
codeg-archetype-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fastjrun.archetype</groupId>
  <artifactId>codeg-archetype</artifactId>
  <version>1.5</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'com.fastjrun.archetype:codeg-archetype:1.5'
Gradle Kotlin
implementation("com.fastjrun.archetype:codeg-archetype:1.5")
Scala SBT
libraryDependencies += "com.fastjrun.archetype" % "codeg-archetype" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.fastjrun.archetype', module='codeg-archetype', version='1.5')
)
Apache Ivy
<dependency org="com.fastjrun.archetype" name="codeg-archetype" rev="1.5" />
Leiningen
[com.fastjrun.archetype/codeg-archetype "1.5"]
Apache Buildr
'com.fastjrun.archetype:codeg-archetype:jar:1.5'