h

http-spring-boot-example

Apache License, Version 2.0
Files download
File Operation
http-spring-boot-example-1.1.jar download
http-spring-boot-example-1.1.pom download
http-spring-boot-example-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.poo0054</groupId>
  <artifactId>http-spring-boot-example</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.poo0054:http-spring-boot-example:1.1'
Gradle Kotlin
implementation("io.github.poo0054:http-spring-boot-example:1.1")
Scala SBT
libraryDependencies += "io.github.poo0054" % "http-spring-boot-example" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.poo0054', module='http-spring-boot-example', version='1.1')
)
Apache Ivy
<dependency org="io.github.poo0054" name="http-spring-boot-example" rev="1.1" />
Leiningen
[io.github.poo0054/http-spring-boot-example "1.1"]
Apache Buildr
'io.github.poo0054:http-spring-boot-example:jar:1.1'