MVN

de.felixschulze.teamcity : teamcity-status-message-helper

Maven & Gradle

Sep 29, 2015
7 usages
0 stars

TeamCity status message helper · A helper for using status message api from TeamCity.

<dependency>
    <groupId>de.felixschulze.teamcity</groupId>
    <artifactId>teamcity-status-message-helper</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.felixschulze.teamcity : teamcity-status-message-helper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of de.felixschulze.teamcity : teamcity-status-message-helper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
teamcity-status-message-helper-1.2
1.1
teamcity-status-message-helper-1.1
1.0.x
teamcity-status-message-helper-1.0.2
teamcity-status-message-helper-1.0.1
1.0
teamcity-status-message-helper-1.0
0.1
teamcity-status-message-helper-0.1

How to add a dependency to Maven

Add the following de.felixschulze.teamcity : teamcity-status-message-helper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.felixschulze.teamcity</groupId>
    <artifactId>teamcity-status-message-helper</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.felixschulze.teamcity : teamcity-status-message-helper gradle dependency to your build.gradle file:

implementation 'de.felixschulze.teamcity:teamcity-status-message-helper:1.2'

Gradle Kotlin DSL: Add the following de.felixschulze.teamcity : teamcity-status-message-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("de.felixschulze.teamcity:teamcity-status-message-helper:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.felixschulze.teamcity : teamcity-status-message-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "de.felixschulze.teamcity" % "teamcity-status-message-helper" % "1.2"

Advertisement