| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Logging Библиотеки уровня приложения |
| Группа | Группаnet.sf.buildbox |
| Идентификатор | Идентификаторstrictlogging-tests |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstrictlogging-tests:1.0.1
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.1.pom | |
| strictlogging-tests-1.0.1.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-tests/ -->
<dependency>
<groupId>net.sf.buildbox</groupId>
<artifactId>strictlogging-tests</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-tests/
implementation 'net.sf.buildbox:strictlogging-tests:1.0.1'
// https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-tests/
implementation ("net.sf.buildbox:strictlogging-tests:1.0.1")
'net.sf.buildbox:strictlogging-tests:jar:1.0.1'
<dependency org="net.sf.buildbox" name="strictlogging-tests" rev="1.0.1">
<artifact name="strictlogging-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.buildbox', module='strictlogging-tests', version='1.0.1')
)
libraryDependencies += "net.sf.buildbox" % "strictlogging-tests" % "1.0.1"
[net.sf.buildbox/strictlogging-tests "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| net.sf.buildbox : strictlogging-api | jar | 1.0.1 |