| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.refcodes |
| Идентификатор | Идентификаторrefcodes-logger |
| Последняя версия | Последняя версия3.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеorg.refcodes:refcodes-logger
Artifact providing the refcodes-logging framework for flexible logging
of any data to any data sink (inducing files and the console provided as
alternate implementations).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| refcodes-logger-3.0.4.pom | |
| refcodes-logger-3.0.4.jar | 71 KB |
| refcodes-logger-3.0.4-tests.jar | 13 KB |
| refcodes-logger-3.0.4-test-sources.jar | 13 KB |
| refcodes-logger-3.0.4-sources.jar | 80 KB |
| refcodes-logger-3.0.4-javadoc.jar | 673 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-logger/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-logger</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-logger/
implementation 'org.refcodes:refcodes-logger:3.0.4'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-logger/
implementation ("org.refcodes:refcodes-logger:3.0.4")
'org.refcodes:refcodes-logger:jar:3.0.4'
<dependency org="org.refcodes" name="refcodes-logger" rev="3.0.4">
<artifact name="refcodes-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-logger', version='3.0.4')
)
libraryDependencies += "org.refcodes" % "refcodes-logger" % "3.0.4"
[org.refcodes/refcodes-logger "3.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.refcodes : refcodes-criteria | jar | 3.0.4 |
| org.refcodes : refcodes-mixin | jar | 3.0.4 |
| org.refcodes : refcodes-tabular | jar | 3.0.4 |
| org.refcodes : refcodes-properties-ext-runtime | jar | 3.0.4 |
| org.refcodes : refcodes-licensing | jar | 3.0.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |