| GroupId | GroupIdcom.axibase |
|---|---|
| ArtifactId | ArtifactIdaggregation-log-filter-log4j2 |
| Version | Version2.0.6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j2/ -->
<dependency>
<groupId>com.axibase</groupId>
<artifactId>aggregation-log-filter-log4j2</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j2/
implementation 'com.axibase:aggregation-log-filter-log4j2:2.0.6'
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j2/
implementation ("com.axibase:aggregation-log-filter-log4j2:2.0.6")
'com.axibase:aggregation-log-filter-log4j2:jar:2.0.6'
<dependency org="com.axibase" name="aggregation-log-filter-log4j2" rev="2.0.6">
<artifact name="aggregation-log-filter-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='aggregation-log-filter-log4j2', version='2.0.6')
)
libraryDependencies += "com.axibase" % "aggregation-log-filter-log4j2" % "2.0.6"
[com.axibase/aggregation-log-filter-log4j2 "2.0.6"]