| Группа | Группаorg.wickedsource.logunit |
|---|---|
| Идентификатор | Идентификаторlogunit-log4j12 |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| logunit-log4j12-1.0.pom | |
| logunit-log4j12-1.0.jar | 3 KB |
| logunit-log4j12-1.0-sources.jar | 2 KB |
| logunit-log4j12-1.0-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit-log4j12/ -->
<dependency>
<groupId>org.wickedsource.logunit</groupId>
<artifactId>logunit-log4j12</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit-log4j12/
implementation 'org.wickedsource.logunit:logunit-log4j12:1.0'
// https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit-log4j12/
implementation ("org.wickedsource.logunit:logunit-log4j12:1.0")
'org.wickedsource.logunit:logunit-log4j12:jar:1.0'
<dependency org="org.wickedsource.logunit" name="logunit-log4j12" rev="1.0">
<artifact name="logunit-log4j12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wickedsource.logunit', module='logunit-log4j12', version='1.0')
)
libraryDependencies += "org.wickedsource.logunit" % "logunit-log4j12" % "1.0"
[org.wickedsource.logunit/logunit-log4j12 "1.0"]