s

sample-app-spring-boot

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