| Категории |
КатегорииLogging Библиотеки уровня приложения |
|---|---|
| Группа | Группаcom.turbospaces.boot |
| Идентификатор | Идентификаторbootstrap-logging |
| Версия | Версия1.0.12 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bootstrap-logging-1.0.12.pom | |
| bootstrap-logging-1.0.12.jar | 29 KB |
| bootstrap-logging-1.0.12-tests.jar | 5 KB |
| bootstrap-logging-1.0.12-test-sources.jar | 3 KB |
| bootstrap-logging-1.0.12-sources.jar | 13 KB |
| bootstrap-logging-1.0.12-javadoc.jar | 151 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-logging/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-logging</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-logging/
implementation 'com.turbospaces.boot:bootstrap-logging:1.0.12'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-logging/
implementation ("com.turbospaces.boot:bootstrap-logging:1.0.12")
'com.turbospaces.boot:bootstrap-logging:jar:1.0.12'
<dependency org="com.turbospaces.boot" name="bootstrap-logging" rev="1.0.12">
<artifact name="bootstrap-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-logging', version='1.0.12')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-logging" % "1.0.12"
[com.turbospaces.boot/bootstrap-logging "1.0.12"]