<dependency> <groupId>com.esotericsoftware</groupId> <artifactId>minlog</artifactId> <version>1.3.1</version> <type>bundle</type> </dependency>
implementation 'com.esotericsoftware:minlog:1.3.1'
implementation("com.esotericsoftware:minlog:1.3.1")
libraryDependencies += "com.esotericsoftware" % "minlog" % "1.3.1"
@Grapes( @Grab(group='com.esotericsoftware', module='minlog', version='1.3.1') )
<dependency org="com.esotericsoftware" name="minlog" rev="1.3.1" />
[com.esotericsoftware/minlog "1.3.1"]
'com.esotericsoftware:minlog:jar:1.3.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.11