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