MVN

org.entur.ror.helpers : slack

Maven & Gradle

Aug 24, 2023
2 stars

slack

<dependency>
    <groupId>org.entur.ror.helpers</groupId>
    <artifactId>slack</artifactId>
    <version>1.100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entur.ror.helpers : slack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.100

All Versions

Choose a version of org.entur.ror.helpers : slack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
slack-2.2
2.1
slack-2.1
2.0
slack-2.0
1.99
slack-1.99
1.98
slack-1.98
1.97
slack-1.97
1.96
slack-1.96
1.95
slack-1.95
1.94
slack-1.94
1.93
slack-1.93
1.92
slack-1.92
1.91
slack-1.91
1.90
slack-1.90
1.89
slack-1.89
1.88
slack-1.88
1.87
slack-1.87
1.86
slack-1.86
1.85
slack-1.85
1.84
slack-1.84
1.83
slack-1.83
1.100
slack-1.100
1.0.x
slack-1.0.82
slack-1.0.81
slack-1.0.80
slack-1.0.79
slack-1.0.78

How to add a dependency to Maven

Add the following org.entur.ror.helpers : slack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.entur.ror.helpers</groupId>
    <artifactId>slack</artifactId>
    <version>1.100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entur.ror.helpers : slack gradle dependency to your build.gradle file:

implementation 'org.entur.ror.helpers:slack:1.100'

Gradle Kotlin DSL: Add the following org.entur.ror.helpers : slack gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entur.ror.helpers:slack:1.100")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entur.ror.helpers : slack sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entur.ror.helpers" % "slack" % "1.100"