| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.raelity.logman |
| Идентификатор | Идентификаторlogman-parent |
| Последняя версия | Последняя версия2.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеLogMan Parent
logman parent project:
Easy to install library for adding dynamic display,
control and configuration of java.util.logging to
any swing based application.
Useful for debugging apps in production situations;
interactively configure logging
while an application is running
including adding a handler to save logging output to a file.
Changes made to the logging configuration
can be saved and automatically applied at startup.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| logman-parent-2.2.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.raelity.logman/logman-parent/ -->
<dependency>
<groupId>com.raelity.logman</groupId>
<artifactId>logman-parent</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.raelity.logman/logman-parent/
implementation 'com.raelity.logman:logman-parent:2.2'
// https://jarcasting.com/artifacts/com.raelity.logman/logman-parent/
implementation ("com.raelity.logman:logman-parent:2.2")
'com.raelity.logman:logman-parent:pom:2.2'
<dependency org="com.raelity.logman" name="logman-parent" rev="2.2">
<artifact name="logman-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.raelity.logman', module='logman-parent', version='2.2')
)
libraryDependencies += "com.raelity.logman" % "logman-parent" % "2.2"
[com.raelity.logman/logman-parent "2.2"]