| Группа | Группаcom.github.bogdanovmn.common |
|---|---|
| Идентификатор | Идентификаторcommon-log |
| Версия | Версия1.4.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-log-1.4.9.pom | |
| common-log-1.4.9.jar | 3 KB |
| common-log-1.4.9-sources.jar | 4 KB |
| common-log-1.4.9-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-log/ -->
<dependency>
<groupId>com.github.bogdanovmn.common</groupId>
<artifactId>common-log</artifactId>
<version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-log/
implementation 'com.github.bogdanovmn.common:common-log:1.4.9'
// https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-log/
implementation ("com.github.bogdanovmn.common:common-log:1.4.9")
'com.github.bogdanovmn.common:common-log:jar:1.4.9'
<dependency org="com.github.bogdanovmn.common" name="common-log" rev="1.4.9">
<artifact name="common-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bogdanovmn.common', module='common-log', version='1.4.9')
)
libraryDependencies += "com.github.bogdanovmn.common" % "common-log" % "1.4.9"
[com.github.bogdanovmn.common/common-log "1.4.9"]