p

pekko-slf4j_3

Apache Pekko is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.
https://pekko.apache.org/
Apache-2.0
Apache Software Foundation
Apache Pekko Contributors
Files download
File Operation
pekko-slf4j_3-1.1.0-M1.jar download
pekko-slf4j_3-1.1.0-M1.pom download
pekko-slf4j_3-1.1.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.pekko</groupId>
  <artifactId>pekko-slf4j_3</artifactId>
  <version>1.1.0-M1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.pekko:pekko-slf4j_3:1.1.0-M1'
Gradle Kotlin
implementation("org.apache.pekko:pekko-slf4j_3:1.1.0-M1")
Scala SBT
libraryDependencies += "org.apache.pekko" % "pekko-slf4j_3" % "1.1.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.pekko', module='pekko-slf4j_3', version='1.1.0-M1')
)
Apache Ivy
<dependency org="org.apache.pekko" name="pekko-slf4j_3" rev="1.1.0-M1" />
Leiningen
[org.apache.pekko/pekko-slf4j_3 "1.1.0-M1"]
Apache Buildr
'org.apache.pekko:pekko-slf4j_3:jar:1.1.0-M1'