c

commons-spring-boot-web-starter

Files download
File Operation
commons-spring-boot-web-starter-0.9.jar download
commons-spring-boot-web-starter-0.9.pom download
Apache Maven
<dependency>
  <groupId>me.aifaq</groupId>
  <artifactId>commons-spring-boot-web-starter</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'me.aifaq:commons-spring-boot-web-starter:0.9'
Gradle Kotlin
implementation("me.aifaq:commons-spring-boot-web-starter:0.9")
Scala SBT
libraryDependencies += "me.aifaq" % "commons-spring-boot-web-starter" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='me.aifaq', module='commons-spring-boot-web-starter', version='0.9')
)
Apache Ivy
<dependency org="me.aifaq" name="commons-spring-boot-web-starter" rev="0.9" />
Leiningen
[me.aifaq/commons-spring-boot-web-starter "0.9"]
Apache Buildr
'me.aifaq:commons-spring-boot-web-starter:jar:0.9'