MVN

com.axibase : aggregation-log-filter-test

Maven & Gradle

Dec 27, 2021
3 usages
3 stars

Aggregation Log Filter Test · Utilities used in aggregation-log-filter adapters tests

<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>aggregation-log-filter-test</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axibase : aggregation-log-filter-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of com.axibase : aggregation-log-filter-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
aggregation-log-filter-test-3.2.1
aggregation-log-filter-test-3.2.0
3.1.x
aggregation-log-filter-test-3.1.0
3.0.x
aggregation-log-filter-test-3.0.0
2.0.x
aggregation-log-filter-test-2.0.6
aggregation-log-filter-test-2.0.5
aggregation-log-filter-test-2.0.4
aggregation-log-filter-test-2.0.3
aggregation-log-filter-test-2.0.2
aggregation-log-filter-test-2.0.1
1.0.x
aggregation-log-filter-test-1.0.3

How to add a dependency to Maven

Add the following com.axibase : aggregation-log-filter-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>aggregation-log-filter-test</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.axibase : aggregation-log-filter-test gradle dependency to your build.gradle file:

implementation 'com.axibase:aggregation-log-filter-test:3.2.1'

Gradle Kotlin DSL: Add the following com.axibase : aggregation-log-filter-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.axibase:aggregation-log-filter-test:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.axibase : aggregation-log-filter-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.axibase" % "aggregation-log-filter-test" % "3.2.1"

Advertisement