MVN

sk.objectify : notiflow

Maven & Gradle

Jun 15, 2023
1 stars

Notiflow · Notiflow is software framework for reliable delivery of email, push notifications and other types of messages.

<dependency>
    <groupId>sk.objectify</groupId>
    <artifactId>notiflow</artifactId>
    <version>1.1.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sk.objectify : notiflow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.35

All Versions

Choose a version of sk.objectify : notiflow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
notiflow-1.1.35
notiflow-1.1.34
notiflow-1.1.33
notiflow-1.1.32
notiflow-1.1.31
notiflow-1.1.30
notiflow-1.1.29
notiflow-1.1.28
notiflow-1.1.27
notiflow-1.1.26
notiflow-1.1.25
notiflow-1.1.24
notiflow-1.1.23
notiflow-1.1.22
notiflow-1.1.21
notiflow-1.1.20
notiflow-1.1.19
notiflow-1.1.18
notiflow-1.1.17
notiflow-1.1.16
notiflow-1.1.15
notiflow-1.1.14
notiflow-1.1.13
notiflow-1.1.12
notiflow-1.1.11
notiflow-1.1.10
notiflow-1.1.9

How to add a dependency to Maven

Add the following sk.objectify : notiflow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>sk.objectify</groupId>
    <artifactId>notiflow</artifactId>
    <version>1.1.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sk.objectify : notiflow gradle dependency to your build.gradle file:

implementation 'sk.objectify:notiflow:1.1.35'

Gradle Kotlin DSL: Add the following sk.objectify : notiflow gradle kotlin dependency to your build.gradle.kts file:

implementation("sk.objectify:notiflow:1.1.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following sk.objectify : notiflow sbt scala dependency to your build.sbt file:

libraryDependencies += "sk.objectify" % "notiflow" % "1.1.35"

Advertisement