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