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