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