MVN

org.tiogasolutions.push : tioga-push-kernel

Maven & Gradle

Feb 03, 2017
6 usages

tioga-push-kernel · Tioga Solutions

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

Latest Version

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

  • Latest Stable: 5.0.2

All Versions

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

  • Version Updated
  • tioga-push-kernel-5.0.2

    Feb 03, 2017
  • tioga-push-kernel-5.0.1

    Feb 03, 2017
  • tioga-push-kernel-5.0.0

    Feb 02, 2017
  • tioga-push-kernel-4.4.4

    Nov 23, 2016
  • tioga-push-kernel-4.4.1

    Mar 13, 2016
  • tioga-push-kernel-4.4.0

    Mar 12, 2016
  • tioga-push-kernel-4.3.9

    Mar 03, 2016
  • tioga-push-kernel-4.3.6

    Feb 26, 2016
  • tioga-push-kernel-4.3.5

    Jan 26, 2016
  • tioga-push-kernel-4.3.4

    Jan 22, 2016
  • tioga-push-kernel-4.3.3

    Nov 25, 2015
  • tioga-push-kernel-4.3.2

    Nov 25, 2015
  • tioga-push-kernel-4.3.1

    Nov 24, 2015
  • tioga-push-kernel-4.3.0

    Nov 24, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>org.tiogasolutions.push</groupId>
    <artifactId>tioga-push-kernel</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.tiogasolutions.push:tioga-push-kernel:5.0.2'

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

implementation("org.tiogasolutions.push:tioga-push-kernel:5.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.tiogasolutions.push" % "tioga-push-kernel" % "5.0.2"