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