o

oss-common-dependencies-spring-boot-1.4.2.RELEASE

Common dependencies used in different open source stack module implementations based on spring-boot-1.4.2
Files download
File Operation
oss-common-dependencies-spring-boot-1.4.2.RELEASE-1.0.12.OSS.pom download
Apache Maven
<dependency>
  <groupId>cn.home1</groupId>
  <artifactId>oss-common-dependencies-spring-boot-1.4.2.RELEASE</artifactId>
  <version>1.0.12.OSS</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.home1:oss-common-dependencies-spring-boot-1.4.2.RELEASE:1.0.12.OSS'
Gradle Kotlin
implementation("cn.home1:oss-common-dependencies-spring-boot-1.4.2.RELEASE:1.0.12.OSS")
Scala SBT
libraryDependencies += "cn.home1" % "oss-common-dependencies-spring-boot-1.4.2.RELEASE" % "1.0.12.OSS"
Groovy Grape
@Grapes(
  @Grab(group='cn.home1', module='oss-common-dependencies-spring-boot-1.4.2.RELEASE', version='1.0.12.OSS')
)
Apache Ivy
<dependency org="cn.home1" name="oss-common-dependencies-spring-boot-1.4.2.RELEASE" rev="1.0.12.OSS" />
Leiningen
[cn.home1/oss-common-dependencies-spring-boot-1.4.2.RELEASE "1.0.12.OSS"]
Apache Buildr
'cn.home1:oss-common-dependencies-spring-boot-1.4.2.RELEASE:jar:1.0.12.OSS'