s

spring-boot-common

Velocity Spring Boot Project
https://github.com/mycoin/spring-boot-common
BSD 3-Clause
mycoin
Files download
File Operation
spring-boot-common-0.3.4.jar download
spring-boot-common-0.3.4.pom download
spring-boot-common-0.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>plus.hzm.maven</groupId>
  <artifactId>spring-boot-common</artifactId>
  <version>0.3.4</version>
</dependency>
Gradle Groovy
implementation 'plus.hzm.maven:spring-boot-common:0.3.4'
Gradle Kotlin
implementation("plus.hzm.maven:spring-boot-common:0.3.4")
Scala SBT
libraryDependencies += "plus.hzm.maven" % "spring-boot-common" % "0.3.4"
Groovy Grape
@Grapes(
  @Grab(group='plus.hzm.maven', module='spring-boot-common', version='0.3.4')
)
Apache Ivy
<dependency org="plus.hzm.maven" name="spring-boot-common" rev="0.3.4" />
Leiningen
[plus.hzm.maven/spring-boot-common "0.3.4"]
Apache Buildr
'plus.hzm.maven:spring-boot-common:jar:0.3.4'