org.apache.pekko.kafka.Version.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pekko-connectors-kafka_3 Show documentation
Show all versions of pekko-connectors-kafka_3 Show documentation
Apache Pekko Kafka Connector is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko.
The newest version!
package org.apache.pekko.kafka
object Version {
val current: String = "1.1.0"
}