l

log4j-api-kotlin-benchmark

Benchmarking the Log4j Kotlin API
http://http://logging.apache.org/log4j/2.x/
Files download
File Operation
log4j-api-kotlin-benchmark-1.2.0.jar download
log4j-api-kotlin-benchmark-1.2.0.pom download
log4j-api-kotlin-benchmark-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.logging.log4j</groupId>
  <artifactId>log4j-api-kotlin-benchmark</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.logging.log4j:log4j-api-kotlin-benchmark:1.2.0'
Gradle Kotlin
implementation("org.apache.logging.log4j:log4j-api-kotlin-benchmark:1.2.0")
Scala SBT
libraryDependencies += "org.apache.logging.log4j" % "log4j-api-kotlin-benchmark" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.logging.log4j', module='log4j-api-kotlin-benchmark', version='1.2.0')
)
Apache Ivy
<dependency org="org.apache.logging.log4j" name="log4j-api-kotlin-benchmark" rev="1.2.0" />
Leiningen
[org.apache.logging.log4j/log4j-api-kotlin-benchmark "1.2.0"]
Apache Buildr
'org.apache.logging.log4j:log4j-api-kotlin-benchmark:jar:1.2.0'