MVN

com.blazebit : blaze-actor-consumer-postgresql-listen

Maven & Gradle

May 15, 2021
<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blaze-actor-consumer-postgresql-listen</artifactId>
    <version>1.0.0-Alpha5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blazebit : blaze-actor-consumer-postgresql-listen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-Alpha5
  • Latest Alpha: 1.0.0-Alpha5

All Versions

Choose a version of com.blazebit : blaze-actor-consumer-postgresql-listen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
blaze-actor-consumer-postgresql-listen-1.0.0-Alpha5
blaze-actor-consumer-postgresql-listen-1.0.0-Alpha4
blaze-actor-consumer-postgresql-listen-1.0.0-Alpha3
blaze-actor-consumer-postgresql-listen-1.0.0-Alpha2
blaze-actor-consumer-postgresql-listen-1.0.0-Alpha1

How to add a dependency to Maven

Add the following com.blazebit : blaze-actor-consumer-postgresql-listen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blaze-actor-consumer-postgresql-listen</artifactId>
    <version>1.0.0-Alpha5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blazebit : blaze-actor-consumer-postgresql-listen gradle dependency to your build.gradle file:

implementation 'com.blazebit:blaze-actor-consumer-postgresql-listen:1.0.0-Alpha5'

Gradle Kotlin DSL: Add the following com.blazebit : blaze-actor-consumer-postgresql-listen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blazebit:blaze-actor-consumer-postgresql-listen:1.0.0-Alpha5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blazebit : blaze-actor-consumer-postgresql-listen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blazebit" % "blaze-actor-consumer-postgresql-listen" % "1.0.0-Alpha5"