z

zopen-zweb-starter

Web Starter For Spring Boot.
https://github.com/zouchongjin/zopen-zweb-starter
Apache 2
邹崇锦
Files download
File Operation
zopen-zweb-starter-1.5.0.jar download
zopen-zweb-starter-1.5.0.pom download
zopen-zweb-starter-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.zouchongjin</groupId>
  <artifactId>zopen-zweb-starter</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.zouchongjin:zopen-zweb-starter:1.5.0'
Gradle Kotlin
implementation("com.github.zouchongjin:zopen-zweb-starter:1.5.0")
Scala SBT
libraryDependencies += "com.github.zouchongjin" % "zopen-zweb-starter" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.zouchongjin', module='zopen-zweb-starter', version='1.5.0')
)
Apache Ivy
<dependency org="com.github.zouchongjin" name="zopen-zweb-starter" rev="1.5.0" />
Leiningen
[com.github.zouchongjin/zopen-zweb-starter "1.5.0"]
Apache Buildr
'com.github.zouchongjin:zopen-zweb-starter:jar:1.5.0'