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