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