License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdru.sokomishalov.commons |
ArtifactId | ArtifactIdcommons-logging |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionBunch of common extensions for Kotlin/JVM
|
Filename | Size |
---|---|
commons-logging-1.2.1.pom | |
commons-logging-1.2.1.jar | 12 KB |
commons-logging-1.2.1-sources.jar | 5 KB |
commons-logging-1.2.1-javadoc.jar | 279 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.sokomishalov.commons/commons-logging/ -->
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.sokomishalov.commons/commons-logging/
implementation 'ru.sokomishalov.commons:commons-logging:1.2.1'
// https://jarcasting.com/artifacts/ru.sokomishalov.commons/commons-logging/
implementation ("ru.sokomishalov.commons:commons-logging:1.2.1")
'ru.sokomishalov.commons:commons-logging:jar:1.2.1'
<dependency org="ru.sokomishalov.commons" name="commons-logging" rev="1.2.1">
<artifact name="commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.sokomishalov.commons', module='commons-logging', version='1.2.1')
)
libraryDependencies += "ru.sokomishalov.commons" % "commons-logging" % "1.2.1"
[ru.sokomishalov.commons/commons-logging "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
ru.sokomishalov.commons : commons-core | jar | 1.2.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.4.30 |