h

huiche

huiche framework Powered by spring-boot and querydsl
https://github.com/jmjlbmn/huiche
Apache License, Version 2.0
Jmjlbmn
Files download
File Operation
huiche-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.huiche</groupId>
  <artifactId>huiche</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.huiche:huiche:1.2.0'
Gradle Kotlin
implementation("org.huiche:huiche:1.2.0")
Scala SBT
libraryDependencies += "org.huiche" % "huiche" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.huiche', module='huiche', version='1.2.0')
)
Apache Ivy
<dependency org="org.huiche" name="huiche" rev="1.2.0" />
Leiningen
[org.huiche/huiche "1.2.0"]
Apache Buildr
'org.huiche:huiche:jar:1.2.0'