Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.axibase |
ArtifactId | ArtifactIdaggregation-log-filter-logback |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-logback/ -->
<dependency>
<groupId>com.axibase</groupId>
<artifactId>aggregation-log-filter-logback</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-logback/
implementation 'com.axibase:aggregation-log-filter-logback:3.0.0'
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-logback/
implementation ("com.axibase:aggregation-log-filter-logback:3.0.0")
'com.axibase:aggregation-log-filter-logback:jar:3.0.0'
<dependency org="com.axibase" name="aggregation-log-filter-logback" rev="3.0.0">
<artifact name="aggregation-log-filter-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='aggregation-log-filter-logback', version='3.0.0')
)
libraryDependencies += "com.axibase" % "aggregation-log-filter-logback" % "3.0.0"
[com.axibase/aggregation-log-filter-logback "3.0.0"]