<dependency> <groupId>org.wickedsource.logunit</groupId> <artifactId>logunit</artifactId> <version>1.1</version> <type>pom</type> </dependency>
implementation 'org.wickedsource.logunit:logunit:1.1'
implementation("org.wickedsource.logunit:logunit:1.1")
libraryDependencies += "org.wickedsource.logunit" % "logunit" % "1.1"
@Grapes( @Grab(group='org.wickedsource.logunit', module='logunit', version='1.1') )
<dependency org="org.wickedsource.logunit" name="logunit" rev="1.1" />
[org.wickedsource.logunit/logunit "1.1"]
'org.wickedsource.logunit:logunit:jar:1.1'