GroupId | GroupIdcom.axibase |
---|---|
ArtifactId | ArtifactIdaggregation-log-filter-log4j |
Version | Version1.1.0 |
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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j/
implementation 'com.axibase:aggregation-log-filter-log4j:1.1.0'
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-log4j/
implementation ("com.axibase:aggregation-log-filter-log4j:1.1.0")
'com.axibase:aggregation-log-filter-log4j:jar:1.1.0'
<dependency org="com.axibase" name="aggregation-log-filter-log4j" rev="1.1.0">
<artifact name="aggregation-log-filter-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='aggregation-log-filter-log4j', version='1.1.0')
)
libraryDependencies += "com.axibase" % "aggregation-log-filter-log4j" % "1.1.0"
[com.axibase/aggregation-log-filter-log4j "1.1.0"]