s

system

基于spring的整合比较好用的工具类、其他系统集成等等
The Apache Software License, Version 2.0
ai hu
Files download
File Operation
system-1.0-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>cn.springhub</groupId>
  <artifactId>system</artifactId>
  <version>1.0-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.springhub:system:1.0-RELEASE'
Gradle Kotlin
implementation("cn.springhub:system:1.0-RELEASE")
Scala SBT
libraryDependencies += "cn.springhub" % "system" % "1.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='cn.springhub', module='system', version='1.0-RELEASE')
)
Apache Ivy
<dependency org="cn.springhub" name="system" rev="1.0-RELEASE" />
Leiningen
[cn.springhub/system "1.0-RELEASE"]
Apache Buildr
'cn.springhub:system:jar:1.0-RELEASE'