<dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-log</artifactId> <version>0.1</version> </dependency>
implementation 'com.jcabi:jcabi-log:0.1'
implementation("com.jcabi:jcabi-log:0.1")
libraryDependencies += "com.jcabi" % "jcabi-log" % "0.1"
@Grapes( @Grab(group='com.jcabi', module='jcabi-log', version='0.1') )
<dependency org="com.jcabi" name="jcabi-log" rev="0.1" />
[com.jcabi/jcabi-log "0.1"]
'com.jcabi:jcabi-log:jar:0.1'
<parent> <groupId>com.jcabi</groupId> <artifactId>jcabi</artifactId> <version>0.1</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.6.1
|-- junit:junit-dep
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- org.mockito:mockito-core
|-- org.slf4j:slf4j-log4j12
|-- log4j:log4j