<dependency> <groupId>io.basc.framework</groupId> <artifactId>log4j</artifactId> <version>1.8.0</version> </dependency>
implementation 'io.basc.framework:log4j:1.8.0'
implementation("io.basc.framework:log4j:1.8.0")
libraryDependencies += "io.basc.framework" % "log4j" % "1.8.0"
@Grapes( @Grab(group='io.basc.framework', module='log4j', version='1.8.0') )
<dependency org="io.basc.framework" name="log4j" rev="1.8.0" />
[io.basc.framework/log4j "1.8.0"]
'io.basc.framework:log4j:jar:1.8.0'
<parent> <groupId>io.basc.framework</groupId> <artifactId>framework</artifactId> <version>1.8.0</version> </parent>
compile
|-- io.basc.framework:core
|-- log4j:log4j:1.2.17
|-- org.slf4j:slf4j-log4j12
|-- io.basc.framework:testing