Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.sap.hcp.cf.logging |
ArtifactId | ArtifactIdlogging-sample-app |
Version | Version3.0.7 |
Type | Typewar |
<!-- 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.0.7</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.0.7'
// https://jarcasting.com/artifacts/com.sap.hcp.cf.logging/logging-sample-app/
implementation ("com.sap.hcp.cf.logging:logging-sample-app:3.0.7")
'com.sap.hcp.cf.logging:logging-sample-app:war:3.0.7'
<dependency org="com.sap.hcp.cf.logging" name="logging-sample-app" rev="3.0.7">
<artifact name="logging-sample-app" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sap.hcp.cf.logging', module='logging-sample-app', version='3.0.7')
)
libraryDependencies += "com.sap.hcp.cf.logging" % "logging-sample-app" % "3.0.7"
[com.sap.hcp.cf.logging/logging-sample-app "3.0.7"]