Download teamcity-status-message-helper-1.2.jar file - Jar t

Jar examples for t:teamcity-status-message-helper

Description

A helper for using status message api from TeamCity.

You can download jar file teamcity-status-message-helper 1.2 in this page.

License

The MIT License

Build File

You can use the following script to add teamcity-status-message-helper-1.2.jar to your project.

<dependency>
   <groupId>de.felixschulze.teamcity</groupId>
   <artifactId>teamcity-status-message-helper</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'de.felixschulze.teamcity', name: 'teamcity-status-message-helper', version: '1.2'
libraryDependencies += "de.felixschulze.teamcity" % "teamcity-status-message-helper" % "1.2"
<dependency org="de.felixschulze.teamcity" name="teamcity-status-message-helper" rev="1.2"/>
@Grapes(@Grab(group='de.felixschulze.teamcity', module='teamcity-status-message-helper', version='1.2'))
'de.felixschulze.teamcity:teamcity-status-message-helper:jar:1.2'

Download

Click the following link to download the jar file.

teamcity-status-message-helper-1.2-javadoc.jar
teamcity-status-message-helper-1.2-sources.jar
teamcity-status-message-helper-1.2.jar
teamcity-status-message-helper-1.2.pom



Related Tutorials