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