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