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