Files download
File Operation
scalecube-benchmarks-log4j2-1.2.0.jar download
scalecube-benchmarks-log4j2-1.2.0.pom download
scalecube-benchmarks-log4j2-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.scalecube</groupId>
  <artifactId>scalecube-benchmarks-log4j2</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.scalecube:scalecube-benchmarks-log4j2:1.2.0'
Gradle Kotlin
implementation("io.scalecube:scalecube-benchmarks-log4j2:1.2.0")
Scala SBT
libraryDependencies += "io.scalecube" % "scalecube-benchmarks-log4j2" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.scalecube', module='scalecube-benchmarks-log4j2', version='1.2.0')
)
Apache Ivy
<dependency org="io.scalecube" name="scalecube-benchmarks-log4j2" rev="1.2.0" />
Leiningen
[io.scalecube/scalecube-benchmarks-log4j2 "1.2.0"]
Apache Buildr
'io.scalecube:scalecube-benchmarks-log4j2:jar:1.2.0'