| Группа | Группаcom.axibase |
|---|---|
| Идентификатор | Идентификаторaggregation-log-filter-log4j2 |
| Версия | Версия1.1.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j2/ -->
<dependency>
<groupId>com.axibase</groupId>
<artifactId>aggregation-log-filter-log4j2</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j2/
implementation 'com.axibase:aggregation-log-filter-log4j2:1.1.3'
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j2/
implementation ("com.axibase:aggregation-log-filter-log4j2:1.1.3")
'com.axibase:aggregation-log-filter-log4j2:jar:1.1.3'
<dependency org="com.axibase" name="aggregation-log-filter-log4j2" rev="1.1.3">
<artifact name="aggregation-log-filter-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='aggregation-log-filter-log4j2', version='1.1.3')
)
libraryDependencies += "com.axibase" % "aggregation-log-filter-log4j2" % "1.1.3"
[com.axibase/aggregation-log-filter-log4j2 "1.1.3"]