<dependency>
<groupId>com.github.frimtec</groupId>
<artifactId>teamcity-inspection-notification-plugin-build</artifactId>
<version>1.0.6</version>
</dependency>
implementation group: 'com.github.frimtec', name: 'teamcity-inspection-notification-plugin-build', version: '1.0.6'
implementation 'com.github.frimtec:teamcity-inspection-notification-plugin-build:1.0.6'
implementation("com.github.frimtec:teamcity-inspection-notification-plugin-build:1.0.6")
libraryDependencies += "com.github.frimtec" % "teamcity-inspection-notification-plugin-build" % "1.0.6"
<dependency org="com.github.frimtec" name="teamcity-inspection-notification-plugin-build" rev="1.0.6"/>
@Grapes(
@Grab(group='com.github.frimtec', module='teamcity-inspection-notification-plugin-build', version='1.0.6')
)
[com.github.frimtec/teamcity-inspection-notification-plugin-build "1.0.6"]
'com.github.frimtec:teamcity-inspection-notification-plugin-build:jar:1.0.6'