GroupId | GroupIdorg.wickedsource.logunit |
---|---|
ArtifactId | ArtifactIdlogunit |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
logunit-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit/ -->
<dependency>
<groupId>org.wickedsource.logunit</groupId>
<artifactId>logunit</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit/
implementation 'org.wickedsource.logunit:logunit:1.0'
// https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit/
implementation ("org.wickedsource.logunit:logunit:1.0")
'org.wickedsource.logunit:logunit:pom:1.0'
<dependency org="org.wickedsource.logunit" name="logunit" rev="1.0">
<artifact name="logunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wickedsource.logunit', module='logunit', version='1.0')
)
libraryDependencies += "org.wickedsource.logunit" % "logunit" % "1.0"
[org.wickedsource.logunit/logunit "1.0"]