| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Logging Библиотеки уровня приложения |
| Группа | Группаnet.sf.buildbox.strictlogging |
| Идентификатор | Идентификаторstrictlogging-tests |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstrictlogging-tests-1.0.0
This module contains implementation of tests that can be then applied on any concrete implementation.
As a sample usage, it runs the tests on the lightweight PrintWriter-based implementation.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| strictlogging-tests-1.0.0.pom | |
| strictlogging-tests-1.0.0.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.buildbox.strictlogging/strictlogging-tests/ -->
<dependency>
<groupId>net.sf.buildbox.strictlogging</groupId>
<artifactId>strictlogging-tests</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.buildbox.strictlogging/strictlogging-tests/
implementation 'net.sf.buildbox.strictlogging:strictlogging-tests:1.0.0'
// https://jarcasting.com/artifacts/net.sf.buildbox.strictlogging/strictlogging-tests/
implementation ("net.sf.buildbox.strictlogging:strictlogging-tests:1.0.0")
'net.sf.buildbox.strictlogging:strictlogging-tests:jar:1.0.0'
<dependency org="net.sf.buildbox.strictlogging" name="strictlogging-tests" rev="1.0.0">
<artifact name="strictlogging-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.buildbox.strictlogging', module='strictlogging-tests', version='1.0.0')
)
libraryDependencies += "net.sf.buildbox.strictlogging" % "strictlogging-tests" % "1.0.0"
[net.sf.buildbox.strictlogging/strictlogging-tests "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.4 |
| net.sf.buildbox.strictlogging : strictlogging-api | jar | 1.0.0 |