<dependency> <groupId>ant</groupId> <artifactId>ant-apache-log4j</artifactId> <version>1.6.3</version> </dependency>
implementation 'ant:ant-apache-log4j:1.6.3'
implementation("ant:ant-apache-log4j:1.6.3")
libraryDependencies += "ant" % "ant-apache-log4j" % "1.6.3"
@Grapes( @Grab(group='ant', module='ant-apache-log4j', version='1.6.3') )
<dependency org="ant" name="ant-apache-log4j" rev="1.6.3" />
[ant/ant-apache-log4j "1.6.3"]
'ant:ant-apache-log4j:jar:1.6.3'