| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIdio.github.jxnflzc | 
    
| ArtifactId | ArtifactIdkotlin-log | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjxnflzc's kotlin package 
         | 
    
| Filename | Size | 
|---|---|
| kotlin-log-1.0.0.pom | |
| kotlin-log-1.0.0.jar | 1 KB | 
| kotlin-log-1.0.0-sources.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.jxnflzc/kotlin-log/ -->
<dependency>
    <groupId>io.github.jxnflzc</groupId>
    <artifactId>kotlin-log</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.jxnflzc/kotlin-log/
implementation 'io.github.jxnflzc:kotlin-log:1.0.0'
                // https://jarcasting.com/artifacts/io.github.jxnflzc/kotlin-log/
implementation ("io.github.jxnflzc:kotlin-log:1.0.0")
                'io.github.jxnflzc:kotlin-log:jar:1.0.0'
                <dependency org="io.github.jxnflzc" name="kotlin-log" rev="1.0.0">
  <artifact name="kotlin-log" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.jxnflzc', module='kotlin-log', version='1.0.0')
)
                libraryDependencies += "io.github.jxnflzc" % "kotlin-log" % "1.0.0"
                [io.github.jxnflzc/kotlin-log "1.0.0"]