MVN

org.tiogasolutions.jobs : tioga-jobs-pub

Maven & Gradle

Mar 13, 2016
4 usages

tioga-jobs-pub · Tioga Solutions' Job Server

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

Latest Version

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

  • Latest Stable: 5.0.2

All Versions

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

Version Vulnerabilities Updated
5.0.x
tioga-jobs-pub-5.0.2
tioga-jobs-pub-5.0.1
tioga-jobs-pub-5.0.0
2.1.x
tioga-jobs-pub-2.1.1
tioga-jobs-pub-2.1.0
2.0.x
tioga-jobs-pub-2.0.1
tioga-jobs-pub-2.0.0
1.0.x
tioga-jobs-pub-1.0.3
tioga-jobs-pub-1.0.2
tioga-jobs-pub-1.0.1
tioga-jobs-pub-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.tiogasolutions.jobs</groupId>
    <artifactId>tioga-jobs-pub</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.tiogasolutions.jobs:tioga-jobs-pub:5.0.2'

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

implementation("org.tiogasolutions.jobs:tioga-jobs-pub:5.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.tiogasolutions.jobs" % "tioga-jobs-pub" % "5.0.2"

Advertisement