Files download
File Operation
logunit-1.1.pom download
Apache Maven
<dependency>
  <groupId>org.wickedsource.logunit</groupId>
  <artifactId>logunit</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wickedsource.logunit:logunit:1.1'
Gradle Kotlin
implementation("org.wickedsource.logunit:logunit:1.1")
Scala SBT
libraryDependencies += "org.wickedsource.logunit" % "logunit" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.wickedsource.logunit', module='logunit', version='1.1')
)
Apache Ivy
<dependency org="org.wickedsource.logunit" name="logunit" rev="1.1" />
Leiningen
[org.wickedsource.logunit/logunit "1.1"]
Apache Buildr
'org.wickedsource.logunit:logunit:jar:1.1'
Dependencies
The project has no third-party dependencies