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