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