| Категории |
КатегорииSLF4J Библиотеки уровня приложения Logging |
|---|---|
| Группа | Группаorg.smallmind |
| Идентификатор | Идентификаторscribe-slf4j |
| Версия | Версия2.4.18 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| scribe-slf4j-2.4.18.pom | |
| scribe-slf4j-2.4.18.jar | 25 KB |
| scribe-slf4j-2.4.18-sources.jar | 6 KB |
| scribe-slf4j-2.4.18-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.smallmind/scribe-slf4j/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>scribe-slf4j</artifactId>
<version>2.4.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/scribe-slf4j/
implementation 'org.smallmind:scribe-slf4j:2.4.18'
// https://jarcasting.com/artifacts/org.smallmind/scribe-slf4j/
implementation ("org.smallmind:scribe-slf4j:2.4.18")
'org.smallmind:scribe-slf4j:jar:2.4.18'
<dependency org="org.smallmind" name="scribe-slf4j" rev="2.4.18">
<artifact name="scribe-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='scribe-slf4j', version='2.4.18')
)
libraryDependencies += "org.smallmind" % "scribe-slf4j" % "2.4.18"
[org.smallmind/scribe-slf4j "2.4.18"]