MVN

edu.utexas.tacc.tapis : tapis-shared-notifications

Maven & Gradle

Dec 10, 2020
0 stars
<dependency>
    <groupId>edu.utexas.tacc.tapis</groupId>
    <artifactId>tapis-shared-notifications</artifactId>
    <version>1.11.48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.utexas.tacc.tapis : tapis-shared-notifications to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.48

All Versions

Choose a version of edu.utexas.tacc.tapis : tapis-shared-notifications to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
tapis-shared-notifications-1.11.48
tapis-shared-notifications-1.11.47
tapis-shared-notifications-1.11.46
tapis-shared-notifications-1.11.45
tapis-shared-notifications-1.11.44
tapis-shared-notifications-1.11.43
tapis-shared-notifications-1.11.42
tapis-shared-notifications-1.11.41
tapis-shared-notifications-1.11.40
tapis-shared-notifications-1.11.39
tapis-shared-notifications-1.11.38

How to add a dependency to Maven

Add the following edu.utexas.tacc.tapis : tapis-shared-notifications maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.utexas.tacc.tapis</groupId>
    <artifactId>tapis-shared-notifications</artifactId>
    <version>1.11.48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.utexas.tacc.tapis : tapis-shared-notifications gradle dependency to your build.gradle file:

implementation 'edu.utexas.tacc.tapis:tapis-shared-notifications:1.11.48'

Gradle Kotlin DSL: Add the following edu.utexas.tacc.tapis : tapis-shared-notifications gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.utexas.tacc.tapis:tapis-shared-notifications:1.11.48")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.utexas.tacc.tapis : tapis-shared-notifications sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.utexas.tacc.tapis" % "tapis-shared-notifications" % "1.11.48"

Advertisement