| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdcom.sap.hcp.cf.logging |
| ArtifactId | ArtifactIdlogging-sample-app |
| Last Version | Last Version3.6.2 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionSupports the creation of structured log messages and the collection of request metrics for Java applications running on Cloud Foundry
|
<!-- https://jarcasting.com/artifacts/com.sap.hcp.cf.logging/logging-sample-app/ -->
<dependency>
<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>logging-sample-app</artifactId>
<version>3.6.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sap.hcp.cf.logging/logging-sample-app/
implementation 'com.sap.hcp.cf.logging:logging-sample-app:3.6.2'
// https://jarcasting.com/artifacts/com.sap.hcp.cf.logging/logging-sample-app/
implementation ("com.sap.hcp.cf.logging:logging-sample-app:3.6.2")
'com.sap.hcp.cf.logging:logging-sample-app:war:3.6.2'
<dependency org="com.sap.hcp.cf.logging" name="logging-sample-app" rev="3.6.2">
<artifact name="logging-sample-app" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sap.hcp.cf.logging', module='logging-sample-app', version='3.6.2')
)
libraryDependencies += "com.sap.hcp.cf.logging" % "logging-sample-app" % "3.6.2"
[com.sap.hcp.cf.logging/logging-sample-app "3.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
| org.glassfish.jersey.containers : jersey-container-servlet | jar | 2.22.2 |
| org.glassfish.jersey.core : jersey-client | jar | 2.22.2 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| com.sap.hcp.cf.logging : cf-java-logging-support-servlet | jar | 3.6.2 |
| com.sap.hcp.cf.logging : cf-java-logging-support-jersey | jar | 3.6.2 |
| com.sap.hcp.cf.logging : cf-java-logging-support-log4j2 | jar | 3.6.2 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.openjdk.jmh : jmh-core | jar | 1.34 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.34 |