License |
License |
---|---|
Categories |
CategoriesKotlin Languages Net |
GroupId | GroupIdnet.pwall.log |
ArtifactId | ArtifactIdlog-front-kotlin |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogging interface in Kotlin
Simple logging interface and basic implementation - Kotlin extensions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log-front-kotlin-5.0.pom | |
log-front-kotlin-5.0.jar | 7 KB |
log-front-kotlin-5.0-sources.jar | 4 KB |
log-front-kotlin-5.0-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.log/log-front-kotlin/ -->
<dependency>
<groupId>net.pwall.log</groupId>
<artifactId>log-front-kotlin</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.log/log-front-kotlin/
implementation 'net.pwall.log:log-front-kotlin:5.0'
// https://jarcasting.com/artifacts/net.pwall.log/log-front-kotlin/
implementation ("net.pwall.log:log-front-kotlin:5.0")
'net.pwall.log:log-front-kotlin:jar:5.0'
<dependency org="net.pwall.log" name="log-front-kotlin" rev="5.0">
<artifact name="log-front-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.log', module='log-front-kotlin', version='5.0')
)
libraryDependencies += "net.pwall.log" % "log-front-kotlin" % "5.0"
[net.pwall.log/log-front-kotlin "5.0"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.log : log-front | jar | 5.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |