MVN

org.tiogasolutions.push : tioga-push-gateway

Maven & Gradle

Apr 11, 2015
2 usages

tioga-push-gateway · Tioga Solutions

<dependency>
    <groupId>org.tiogasolutions.push</groupId>
    <artifactId>tioga-push-gateway</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tiogasolutions.push : tioga-push-gateway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of org.tiogasolutions.push : tioga-push-gateway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
tioga-push-gateway-2.0.4

How to add a dependency to Maven

Add the following org.tiogasolutions.push : tioga-push-gateway maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tiogasolutions.push</groupId>
    <artifactId>tioga-push-gateway</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tiogasolutions.push : tioga-push-gateway gradle dependency to your build.gradle file:

implementation 'org.tiogasolutions.push:tioga-push-gateway:2.0.4'

Gradle Kotlin DSL: Add the following org.tiogasolutions.push : tioga-push-gateway gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tiogasolutions.push:tioga-push-gateway:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tiogasolutions.push : tioga-push-gateway sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tiogasolutions.push" % "tioga-push-gateway" % "2.0.4"