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.3.3.pom download
Apache Maven
<dependency>
  <groupId>org.huiche</groupId>
  <artifactId>huiche</artifactId>
  <version>1.3.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.huiche:huiche:1.3.3'
Gradle Kotlin
implementation("org.huiche:huiche:1.3.3")
Scala SBT
libraryDependencies += "org.huiche" % "huiche" % "1.3.3"
Groovy Grape
@Grapes(
  @Grab(group='org.huiche', module='huiche', version='1.3.3')
)
Apache Ivy
<dependency org="org.huiche" name="huiche" rev="1.3.3" />
Leiningen
[org.huiche/huiche "1.3.3"]
Apache Buildr
'org.huiche:huiche:jar:1.3.3'