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