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