GroupId | GroupIdcom.axibase |
---|---|
ArtifactId | ArtifactIdaggregation-log-filter-log4j2 |
Version | Version1.1.5 |
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.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j2/
implementation 'com.axibase:aggregation-log-filter-log4j2:1.1.5'
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j2/
implementation ("com.axibase:aggregation-log-filter-log4j2:1.1.5")
'com.axibase:aggregation-log-filter-log4j2:jar:1.1.5'
<dependency org="com.axibase" name="aggregation-log-filter-log4j2" rev="1.1.5">
<artifact name="aggregation-log-filter-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='aggregation-log-filter-log4j2', version='1.1.5')
)
libraryDependencies += "com.axibase" % "aggregation-log-filter-log4j2" % "1.1.5"
[com.axibase/aggregation-log-filter-log4j2 "1.1.5"]