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