GroupId | GroupIdinfo.novatec.testit |
---|---|
ArtifactId | ArtifactIdlogrecorder-log4j |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
logrecorder-log4j-1.5.0.pom | |
logrecorder-log4j-1.5.0.jar | 14 KB |
logrecorder-log4j-1.5.0-sources.jar | 7 KB |
logrecorder-log4j-1.5.0-javadoc.jar | 265 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.novatec.testit/logrecorder-log4j/ -->
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>logrecorder-log4j</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/info.novatec.testit/logrecorder-log4j/
implementation 'info.novatec.testit:logrecorder-log4j:1.5.0'
// https://jarcasting.com/artifacts/info.novatec.testit/logrecorder-log4j/
implementation ("info.novatec.testit:logrecorder-log4j:1.5.0")
'info.novatec.testit:logrecorder-log4j:jar:1.5.0'
<dependency org="info.novatec.testit" name="logrecorder-log4j" rev="1.5.0">
<artifact name="logrecorder-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.novatec.testit', module='logrecorder-log4j', version='1.5.0')
)
libraryDependencies += "info.novatec.testit" % "logrecorder-log4j" % "1.5.0"
[info.novatec.testit/logrecorder-log4j "1.5.0"]