s

sample-app-spring-boot

Logging Sample App for Spring Boot
Files download
File Operation
sample-app-spring-boot-3.8.4.jar download
sample-app-spring-boot-3.8.4.pom download
sample-app-spring-boot-3.8.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.hcp.cf.logging</groupId>
  <artifactId>sample-app-spring-boot</artifactId>
  <version>3.8.4</version>
</dependency>
Gradle Groovy
implementation 'com.sap.hcp.cf.logging:sample-app-spring-boot:3.8.4'
Gradle Kotlin
implementation("com.sap.hcp.cf.logging:sample-app-spring-boot:3.8.4")
Scala SBT
libraryDependencies += "com.sap.hcp.cf.logging" % "sample-app-spring-boot" % "3.8.4"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.hcp.cf.logging', module='sample-app-spring-boot', version='3.8.4')
)
Apache Ivy
<dependency org="com.sap.hcp.cf.logging" name="sample-app-spring-boot" rev="3.8.4" />
Leiningen
[com.sap.hcp.cf.logging/sample-app-spring-boot "3.8.4"]
Apache Buildr
'com.sap.hcp.cf.logging:sample-app-spring-boot:jar:3.8.4'