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