j

jeecf-parent

Code Generation Program Based on Freemarket to Solve Enterprise Development Efficiency and Code Specification
https://github.com/jianym/jeecf
Apache License, Version 2.0
jianyiming
Files download
File Operation
jeecf-parent-2.0.0-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.jeecf</groupId>
  <artifactId>jeecf-parent</artifactId>
  <version>2.0.0-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jeecf:jeecf-parent:2.0.0-RELEASE'
Gradle Kotlin
implementation("org.jeecf:jeecf-parent:2.0.0-RELEASE")
Scala SBT
libraryDependencies += "org.jeecf" % "jeecf-parent" % "2.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.jeecf', module='jeecf-parent', version='2.0.0-RELEASE')
)
Apache Ivy
<dependency org="org.jeecf" name="jeecf-parent" rev="2.0.0-RELEASE" />
Leiningen
[org.jeecf/jeecf-parent "2.0.0-RELEASE"]
Apache Buildr
'org.jeecf:jeecf-parent:jar:2.0.0-RELEASE'